统计语言模型简介
这篇文章讲得非常清楚统计语言模型
http://www.cnblogs.com/ooon/p/5558119.html
http://licstar.net/archives/328
详细的博客peghoty写的博客
https://zhuanlan.zhihu.com/p/27234078
http://d0evi1.com/word2vec-skipgram/
http://qiancy.com/2016/08/17/word2vec-hierarchical-softmax/
CBOW
Skip-Gram
fsdfsdfsdfsdf
文本内容 k维向量空间 向量运算
词向量
one-hot representation 维度灾难以及难以表达词语之间的相似性
Distributed Representation
生成词向量的途径 神经网络算法
efefef
n-gram 语言模型
NNLM Neural Network Language Model
df
word2vec各种版本的源代码
- python版
https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/word2vec.py - C++版
https://github.com/eske/multivec