Skip to content

jaderabbit/WikiRockWord2Vec

 
 

Repository files navigation

WikiRockWord2Vec

Build Status

A small word2vec project to illustrate its power when trained even on the smallest datasets.

Project is Python 2.7 and uses gensim to build word2vec model on a small dataset of Rock music entries in Wikipedia.

The dataset can be downloaded from here.

See the blog post with more information here.

Example API

http://localhost:5000/api/v1/rock/similar?pos=<comma separate list>&neg=<comma separated list>

For example:

http://localhost:5000/api/v1/rock/similar?pos=Radiohead

About

A word2vec snippet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.7%
  • Python 33.9%
  • HTML 15.7%
  • JavaScript 10.7%