/word2vec

Primary LanguagePython

word2vec pytorch implementation

word2vec CBOW (Continuous-Bag-Of-Word) and SG (Skip-Gram) with NS (Negative Sampling), adapted from the original commented c implementation.