word2vec学习参考

来源:互联网 发布:昆明春节旅游动态数据 编辑:程序博客网 时间:2024/05/15 06:10

最近看NLP的东西比较多。就拿现在google 基于神经网络做的 word2vec 作为博客的开始吧,今后会陆陆续续补充内容。

   基本是分4块内容:

   1.神经网络语言模型 (http://machinelearning.wustl.edu/mlpapers/paper_files/BengioDVJ03.pdf)

   2.语言模型分层优化(http://www.iro.umontreal.ca/labs/neuro/pointeurs/hierarchical-nnlm-aistats05.pdf)

   3.word2vec 原理(https://code.google.com/p/word2vec/)    

   4.google word2vec 代码

   看一点写一点,先扔些参考资料链接上去。


附上在研究word2vec过程中的refer:
* 词向量基本概念

* hierarchical probabilistic neural network language model

* A scalable Hierarchical Distributed Language Model

* Distributed Representations of Words and Phrases and their Compositionality

* word2vec源码

* 迄今看到对word2vec源码最好的解释

* 有道的同学写的一篇解析,深入浅出,系统性强

0 0