SkipGram model implemented in Tensorflow and PyTorch
python -u m_word2vec_tf.py
python -u m_word2vec_pt.py
python -u m_plot.py
T. Mikolov, I. Sutskever, K. Chen, G. Corrado, and J. Dean. Distributed Representations of Words and Phrases and their Compositionality. NIPS 2013
This code is partially snatched from tensorflow word2vec tutorial