Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Created May 18, 2018 11:47
Show Gist options
  • Save gonzaloruizdevilla/bfa7be98b2c74ecd0be401d46928b043 to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/bfa7be98b2c74ecd0be401d46928b043 to your computer and use it in GitHub Desktop.
Word2vec embeddings
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