Skip to content

SkipGram model implemented in Tensorflow and PyTorch

Notifications You must be signed in to change notification settings

tqvinhcs/SkipGram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages