目录
2、Continuous bag of words (CBOW)
2.2、 CBOW Multi-Word Context Model
4、Word2Vec加速训练的方法(Hierarchical SoftMax和Negative sampling)
4.1 分层softmax(Hierarchical SoftMax)
4.2 负采样(Negative sampling)—— more popular and efficient
5.1 Negative Sampling,对词频低的和词频高的单词有什么影响
5.2 Hierarchical Softmax的计算过程,怎么把 Huffman 放到网络中的?参数是如何更新的?对词频低的和词频高的单词有什么影响
1、Doc2Vect(Documents to Vectors)