Created
May 18, 2018 11:47
-
-
Save gonzaloruizdevilla/bfa7be98b2c74ecd0be401d46928b043 to your computer and use it in GitHub Desktop.
Word2vec embeddings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
embeddings = tf.Variable( | |
tf.random_uniform([vocabulary_size, embedding_size], -1.0, 1.0)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment