Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdeng/word2vec
Word2Vec in C++ 11
https://github.com/jdeng/word2vec
Last synced: 5 days ago
JSON representation
Word2Vec in C++ 11
- Host: GitHub
- URL: https://github.com/jdeng/word2vec
- Owner: jdeng
- Created: 2013-10-27T00:50:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T22:50:10.000Z (about 8 years ago)
- Last Synced: 2024-12-18T22:02:14.728Z (28 days ago)
- Language: C++
- Size: 332 KB
- Stars: 402
- Watchers: 46
- Forks: 201
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
word2vec
========Word2Vec in C++ 11
See main.cc for building instructions and usage. (NOTE: openmp is used in the newest version and thus g++ is required for multithreading)
Results with OMP_NUM_THREADS=8: (save model is understandably slow as it stores text)
loadvocab: 1.9952 seconds
train: 33.5145 seconds
save model: 4.7554 seconds
Machine configurationjackdeng-mac:word2vec jack$ sysctl -n machdep.cpu.brand_string
Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz