DjangoPeng / DjangoPeng/word2vec
slightly optimized word2vec
- Dominant language
- C
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```
Original:
Starting training using file text8
Vocab size: 71291
Words in train file: 16718843
Alpha: 0.000005 Progress: 100.10% Words/thread/sec: 53.22k
real 51m5.959s
user 78m27.464s
sys 0m17.319s
Optimized:
Starting training using file text8
Vocab size: 71291
Words in train file: 16718843
Alpha: 0.000005 Progress: 100.10% Words/thread/sec: 58.15k
real 45m47.814s
user 71m50.251s
sys 0m13.984s
VM with openSUSE 12.3 AMD64
gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
2 cores by AMD Phenom(tm) II X4 925 Processor:
```
Original issue reported on code.google.com by `rssdev10@gmail.com` on 30 Nov 2014 at 12:49
Attachments:
- [word2vec.patch](https://storage.googleapis.com/google-code-attachments/word2vec/issue-23/comment-0/word2vec.patch)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.