Scipy是一款方便,易于使用,专为科学和工程设计的python工具包,它包括统计,优化,整合,线性代数模块,傅里叶变换,信号和图像处理,常微分方程求解器等到。
pip install -user scipypip install --user numpy scipy matplotlib jupyter pandas sympy nosesudo apt-get install python-numpy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nosehttp://www.scipy.orgNLTK是一个开源的项目,包括:pytho模块,数据集和教程,用于NLP的研究和开发。
NLTK由Steven Bird 和 Edward Loper在宾夕法尼亚大学计算机和信息科学系开发。
NLTK包括图形演示和示例数据,其提供的教程解释了工具包支持的语言处理任务背后的基本概念。
pip install -U nltk
https://github.com/nltk/nltk/wiki/Installing-Third-Party-Software
- Scitkit-Learn是基于python的机器学习模块,基于BSD开源许可证,这个项目最早由在2007年发起的,目前也是由社区志愿者进行维护。
 - Scikit-Learn的官方网站上可以找到相关的Scikit-Learn的资源,模块下载,文档,例程等等。
 - Scikit-Learn的基本功能主要被分为六个部分,分类,回归,聚类,数据降维,模型选择,数据预处理,具体可以参考官方网站上的文档。
 
Tensor张量Flow数据流
高度的灵活性,真正的可移植性,将科研和产品联系在一起,自动求微分,多语言支持,性能最优化
pip install https://storage.googlepis.com/tensorflow/linux/cpu/tensorflow-flow-0.5.0-cp27-none-linux_x86_64.whlpip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whlsudo apt-get install python-pip python-dev python-virtualenvsudo easy_install pip #如果还没有安装pipsudo pip install --upgrade virtualenv原文:https://www.cnblogs.com/whatiwhere/p/8997998.html