Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TensorFlow + Python 3 #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

polzounov
Copy link

This is a very clean implementation of DKT, so I thought I would add TensorFlow and Python 3 support (may be useful to some people).
I also updated model.add(TimeDistributedDense(...))) to model.add(TimeDistributed(Dense(...))), to match newer versions of Keras.

Thanks for putting up the code!

@wunianjian
Copy link

Thanks for your sharing! But when I use your code, why is the loss much higher than the original and the AUC is only about 0.61?

@polzounov
Copy link
Author

Did you try using both the original and this version?

@wunianjian
Copy link

Yes, the original version works well with 0.86 AUC.

@polzounov
Copy link
Author

Not too sure, have you only ran each experiment once?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants