天问

word2vec使用

(1)下载源码

https://github.com/dav/word2vec.git

(2)编译:

cd src

make

之后就会在bin生成对应的执行文件。

word2vec\bin\word-analogy

word2vec\bin\word2vec

word2vec\bin\word2phrase

word2vec\bin\distance

word2vec\bin\compute-accuracy

 
 

(3)使用:

查看readme.md,执行:

cd scripts && ./demo-word.sh

 
 

python word2vec.py -train tx -model vb -cbow 0 -negative 0 -dim 5

 
 

(4)

 
 

博客地址:http://blog.yoqi.me/?p=3718
扫我捐助哦
喜欢 0

这篇文章还没有评论

发表评论