Word Vectors. Explore how words relate to each other using AI, visualized with drawings.

github.com/shiffman/p5-word2vec

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2017
  • Update README.md
  • add some comments to notebook
  • train your own vectors
  • turning vectors into JSON file
  • README
  • ignore checkpoints
  • training vectors
  • remove styling
  • Merge pull request #6 from kwichmann/master
  • Somewhat more sensible variable naming
  • A is to B as X is to Y part done
  • Between part done
  • Bootstrap layout
  • Merge pull request #5 from kwichmann/master
  • Basic word vector arithmetic
  • cosine similarity comment
  • word2vec implementation
  • more porting
  • basics working
  • starting to port