An Analysis of word2vec Source Code
word2vec was launched by Google in 2013. The methods for obtaining word vectors, CBOW and Skip-gram models, are elaborated in the paper “Efficient Estimation of Word Representations in Vector Space.” The strategies for efficiently training models, Hierarchical Softmax and Negative Sampling, are discussed in “Distributed Representations of Words and Phrases and their Compositionality.” Since the … Read more