[1] Efficient Estimation of Word Representations in Vector Space [Mikolov et al. 2013]:
https://arxiv.org/pdf/1301.3781.pdf
[2] Distributed Representations of Words and Phrases and their Compositionality [Mikolov et al. 2013]:
https://papers.nips.cc/paper/5021-distributed-representations-of-words-and-phrases-and-their-compositionality.pdf
[3] Linguistic Regularities in Continuous Space Word Representations [Mikolov et al. 2013]:
http://www.aclweb.org/anthology/N13-1090
[4] Word2Vec Tutorial - The Skip-Gram Model:
http://mccormickml.com/2016/04/19/word2vec-tutorial-the-skip-gram-model/
[5] Amazing power of word vectors:
https://blog.acolyer.org/2016/04/21/the-amazing-power-of-word-vectors/
[6] Word2Vec resources:
http://mccormickml.com/2016/04/27/word2vec-resources/
[7] Original C Word2Vec code:
https://code.google.com/archive/p/word2vec/
[8] Deep Learning with...