Skip to content

Latest commit

 

History

History
 
 

chapter_14

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

14. 词的向量表示:word2vec与词嵌入

直接运行即可:

python word2vec_basic.py

拓展阅读

  • 本章的程序实际修改自TensorFlow 的官方教程: https://www.tensorflow.org/tutorials/word2vec ,读者在阅读时可以参 考该教程了解更多信息。

  • 关于CBOW 模型和Skip-Gram 模型的更多细节,可以参考论文 Efficient Estimation of Word Representations in Vector Space(第3.1 节和第3.2 节)。