Practice representative word2vec types using Numpy and Pytorch
- CBOW
- refer: Efficient Estimation of Word Representations in Vector Space (https://arxiv.org/abs/1301.3781)
- Skimgram with negative sampling
- refer: Distributed Representations of Words and Phrases and their Compositionality (https://arxiv.org/abs/1310.4546)