Anthony Peng

Word2Vec Pytorch implementation

Word Embeddings is the most fundamental concept in Deep Natural Language Processing. And word2vec is one of the earliest algorithms used to train word embeddings.

I followed Olga Chernytska’s tutorial, and implemented Word2Vec with PyTorch. She also provided the PyTorch implementation, which is super easy to follow.