安装使用:
在64位机器上需要修改配置文件
I ran into this same problem on a virtual machine. The fix for me was to replace:
-march native
with:
-march=x86-64 -mtune=generic
see details on !topic/word2vec-toolkit/9RvNwbsDCS4
word2vec原理相关:
1. 梯度下降算法介绍
http://blog.csdn.net/liyakun1992421/article/details/17901515
http://blog.sina.com.cn/s/blog_bae3b74d01017dsf.html,通俗,但是不深入,入门理解梯度的含义比较适合
http://zhgyee.blogspot.ca/2010/01/blog-post.html
http://yinwenpeng.wordpress.com/2013/12/18/word2vec-gradient-calculation/,对word2vec的实现介绍
,word2vec代码阅读
,自由微博/word2vec
http://blog.csdn.net/kevinew/article/category/1513245, deepLearning
武侠世界的恩怨情仇/,
反向传播算法
http://blog.csdn.net/pennyliang/article/details/6695355,BP算法浅谈
,词向量和语言模型
2. softmax函数介绍
http://blog.csdn.net/kevinew/article/details/9407367
%2Fcom.ibm.spss.statistics.help%2Fidh_idd_mlp_architecture.htm&lang%3Dzh_CN,较全面、权威
3. word2vec的应用
http://blog.csdn.net/itplus/article/details/13616045,中文分词和词性标注
阅读(4555) | 评论(0) | 转发(0) |