Skip to content

andreashhpetersen/word2vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple implementation of word2vec with Numpy

This is a bare-bones implementation of the word2vec algorithm proposed by Mikolov et al. 2014 without any optimization techniques (such as Hierarchial Softmax or Negative Sampling). It is implemented simply using Numpy with both the forward and the backward steps done manually. The original paper suggested both a Continuous-Bag-of-Words (CBOW) and a Skip-Gram model for embedding word vectors. This is an implementation of the latter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages