Google 的大神开发了Word2Vector 这样一个开源的工具供大家学习,并且发表了论文
- Efficient Estimation of Word Representation in Vector Space
- Distributed Representation of Words and Phrases and their Compositionality
- 比较切合实际的有介绍Word2Vector 这个工具的数学原理的博客文章,感谢作者分享http://blog.youkuaiyun.com/itplus/article/details/37969519
- 至于实践环节,MultiAngle同学做了具体的Python实现工作,感谢这些原创者的努力。