tqvinhcs / SkipGram

SkipGram model implemented in Tensorflow and PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkipGram

SkipGram model implemented in Tensorflow and PyTorch

Run

python -u m_word2vec_tf.py
python -u m_word2vec_pt.py
python -u m_plot.py

References

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

About

SkipGram model implemented in Tensorflow and PyTorch


Languages

Language:Python 100.0%