Skip to content

add comments in word2vec.c, add several tools of word2vec;

Notifications You must be signed in to change notification settings

fengchu0618/word2vec_comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

word2vec with comments(in chinese)

source code from Mikolov, at Google

  1. add comments in word2vec.c, it may help you enjoy the source code;
  2. add several tools of word2vec:
  • distance_search.c can help you find the nearest neighbor of one word recursively.
  • txt2bin.c can help you convert the model from txt format into binary format.
  1. add train.sh: basic example for train a word2vec model.

see more story about distributed represent of word in my blog.

About

add comments in word2vec.c, add several tools of word2vec;

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.9%
  • Shell 9.5%
  • Makefile 1.6%