Actions

Word2vec basic.py: Difference between revisions

From Algolit

(Source)
(Source)
Line 1: Line 1:
 +
The following annotated script is based on the Word2Vec tutorial provided by Tensorflow: https://www.tensorflow.org/tutorials/word2vec.
 +
 
==Source==
 
==Source==
 
* original source in the script: http://mattmahoney.net/dc/text8.zip
 
* original source in the script: http://mattmahoney.net/dc/text8.zip
 
* Mankind in the Making by H. G. Wells - http://www.gutenberg.org/ebooks/7058
 
* Mankind in the Making by H. G. Wells - http://www.gutenberg.org/ebooks/7058

Revision as of 14:25, 3 October 2017

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

Source