Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 347 Bytes

word2vec

word2vec in go lang

Thanks to these guys - https://code.google.com/p/word2vec/

Main motivations are that I used gensim with the freebase vectors skipgram file and it ended up using 27Gb of ram. I'm not particularly intestested in writting c++ so to golang. Right now the distance part uses ~11Gb of memory for the same file.