linux 下安装 word2vec (python 版本)
1.安装pip : apt-get install python-pip1.安装 nose : pip install nose3. 安装 numpy: apt-get install python-numpy4.安装 scipy: apt-get install python-scipyimport numpyimport scipyimpor
·
1.安装pip : apt-get install python-pip
1.安装 nose : pip install nose
3. 安装 numpy: apt-get install python-numpy
4.安装 scipy: apt-get install python-scipy
import numpy
import scipy
import word2vec
http://nbviewer.ipython.org/github/danielfrg/word2vec/blob/master/examples/word2vec.ipynb
更多推荐
已为社区贡献1条内容
所有评论(0)