word2vec icon indicating copy to clipboard operation
word2vec copied to clipboard

word2vec的Java并行实现

Results 11 word2vec issues
Sort by recently updated
recently updated
newest added

HuffmanNeuron outNext = (HuffmanNeuron) pathNeurons.get(neuronIndex+1); double g = (1 - outNext.code - f) * alpha;

想问下你为什么也没有实现negative sampling呢?在NLPchina看到你最早提出的那个issue,我也有同样的问题。。

请问测试代码中的D:/data/corpus.dat" 和 "D:/data/corpus.nn";这两个文件能给提供下吗?

Could you pls upload the training data?

我是在ubuntu上使用word2vec,按照教程使用 ./word2vec -train resultbig.txt -output vectors.bin -cbow 0 -size 200 -window 5 -negative 0 -hs 1 -sample 1e-3 -threads 12 -binary 1 生成了vectors.bin 请问word2vec 生成的bin文件如何打开?

请问你做过句子向量吗?

程序一直运行不通过,说是“word2vec的词向量为空,请先训练模型。”,我不知道哪里出了问题