Skip to content

DerekChia/word2vec_numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Word2Vec Implementation using Numpy

This is a implementation of Word2Vec using numpy. Click here for the accompanying blog post.

To see Word2Vec in action, uncomment the print functions! Also remember to change the number of epochs and set training_data to training_data[0] to avoid flooding your terminal. A Google Sheet implementation of Word2Vec is also available here. Have fun learning!

Word2Vec - Skip-Gram

Word2Vec using Google Sheet

To start, run the script using:

python wordtovec.py