[go: nahoru, domu]

Skip to content

Automatically exported from code.google.com/p/word2vec

License

Notifications You must be signed in to change notification settings

spinkney/word2vec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First clone repo

Then cd into repo folder

Install

~/word2vec$ gcc non_negative_word2vec.c -o nn_word2vec -lm -pthread -O3 -march=native -funroll-loops

Test

~/word2vec$ ./nn_word2vec -train ../OIWE/alldata-id.txt -output vectors.txt -cbow 0 -size 100 -window 3 -negative 2 -hs 0 -sample 1e-3 -threads 2 -binary 0 -iter 5 -min-count 1 -sentence-vectors 1
Starting training using file ../OIWE/alldata-id.txt
Vocab size: 356395
Words in train file: 26499251
spinkney@CSVASPINKNEY02:~/word2vec$ grep '_\*' vectors.txt > sentence_vectors.txt

About

Automatically exported from code.google.com/p/word2vec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.6%
  • Shell 13.6%
  • Makefile 0.8%