Actions

Word2vec basic.py: Difference between revisions

From Algolit

(Source)
Line 1: Line 1:
 +
[[File:Tsne20.png|thumb|right]]
 
The following annotated script is based on the Word2Vec tutorial provided by Tensorflow: https://www.tensorflow.org/tutorials/word2vec.
 
The following annotated script is based on the Word2Vec tutorial provided by Tensorflow: https://www.tensorflow.org/tutorials/word2vec.
  

Revision as of 16:10, 3 October 2017

Tsne20.png

The following annotated script is based on the Word2Vec tutorial provided by Tensorflow: https://www.tensorflow.org/tutorials/word2vec.

Source