All Projects → tscheepers → Word2vec

tscheepers / Word2vec

Python implementation of Word2Vec using skip-gram and negative sampling

Programming Languages

python
139335 projects - #7 most used programming language

Word2Vec using Skip-gram and Negative Sampling

  • Add a corpus file called input in the root of this project
  • Tweak the parameters in word2vec.py
  • Execute the code
python word2vec.py
  • Get the output file
  • Filter the output file
python wordvectors.py fullvoc.txt < output > filtered
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].