We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
adventures-in-ml-code/keras_word2vec.py
Line 98 in 6e6811a
The text was updated successfully, but these errors were encountered:
@Xeonen can you help me with this? with the new api, how this line shall be?
Sorry, something went wrong.
If I am not mistaken it should be:
similarity = dot([target, context], normalize=True, axes=0) dot_product = dot([target, context], normalize=False, axes=1)
No branches or pull requests
adventures-in-ml-code/keras_word2vec.py
Line 98 in 6e6811a
The text was updated successfully, but these errors were encountered: