科学计算 - noonecare/python GitHub Wiki

python 用于科学计算的包有: numpy, sklearn, tensorflow, stats 等。其中 numpy 的概念在python 大部分的科学计算包中都会用到。

numpy

stats 涵盖了统计学中的概念和公式

sklearn 涵盖了分类,聚类,异常检测,降维,特征提取 等算法

tensorflow 火的一塌糊涂的计算框架,常用于建立深度学习模型

nltk