datasciencekeke / word2vec_numpy

Word2Vec implementation using numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Word2Vec implementation using numpy


Languages

Language:Python 100.0%