Skip to content

Word2Vec Implementation from Scratch in NumPy, and in TensorFlow.

Notifications You must be signed in to change notification settings

aayush-fadia/w2v

Repository files navigation

Word2Vec implementation.

  • In keras, simple implementation.
  • In numpy, implemented with negative sampling. The OpinRank Hotel Review Dataset was used to create embeddings.

Results:

This image shows a plot of the 2 dimension PCA of the embeddings. These words were initially scattered randomly, and after training, they gradually formed clusters of similar words, as the image shows.

! Results Image

About

Word2Vec Implementation from Scratch in NumPy, and in TensorFlow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages