ego008 Jun 12, 2013 4692 2 0 Google’s Python Class python 简单的入门教程 https://developers.google.com/edu/python/ 0 See Also Google对python之父…… 我收集的Python视频教程大全 进入code.google.com 只读模式 手把手教你使用python对图片作富士胶片模拟 《Python性能鸡汤》 Nearby 上一篇 › 老大进来,有事请教你 下一篇 › 什么时候会考虑添加一些功能 Discussion (2) Comment ego008 2013-06-12 06:36 另附 http://www.codecademy.com/tracks/python Numpy: 给Python带来多维数组与处理数组的函数集 Scipy: 在Numpy的基础上添加许多科学计算函数库 Matplotlib: Python上最著名的2D绘图库 scikit-learn:Python机器学习库 pandas: Python数据分析库 0 ego008 2013-06-12 06:57 Python 数据挖掘推荐模块 best python modules for machine learning, data mining, natural language processing, network analysis, and web scraping This list is my summary of Quora question What are the best Python 2.7 modules for data mining? Basics: numpy - numerical library, numpy.scipy.org/ scipy - Advanced math, signal processing, optimization, statistics, www.scipy.org/ matplotlib, python plotting - Matplotlib, matplotlib.org Machine Learning and Data Mining: MDP, a collection of supervised and unsupervised learning algorithms, pypi.python.org/pypi/MDP/2.4 mlpy, Machine Learning Python, mlpy.sourceforge.net NetworkX, for graph analysis, networkx.lanl.gov/ Orange, Data Mining Fruitful & Fun, biolab.si pandas, Python Data Analysis Library, pandas.pydata.org pybrain, pybrain.org scikits-learn - Classic machine learning algorithms - Provide simple an efficient solutions to learning problems, scikit-learn.org/stable/ Natural Language: NLTK, Natural Language Toolkit, nltk.org For web scraping: Scrapy, An open source web scraping framework for Python scrapy.org urllib/urllib2 0
另附 http://www.codecademy.com/tracks/python
Numpy: 给Python带来多维数组与处理数组的函数集
Scipy: 在Numpy的基础上添加许多科学计算函数库
Matplotlib: Python上最著名的2D绘图库
scikit-learn:Python机器学习库
pandas: Python数据分析库
Python 数据挖掘推荐模块
best python modules for machine learning, data mining, natural language processing, network analysis, and web scraping
This list is my summary of Quora question What are the best Python 2.7 modules for data mining?
Basics:
numpy - numerical library, numpy.scipy.org/
scipy - Advanced math, signal processing, optimization, statistics, www.scipy.org/
matplotlib, python plotting - Matplotlib, matplotlib.org
Machine Learning and Data Mining:
MDP, a collection of supervised and unsupervised learning algorithms, pypi.python.org/pypi/MDP/2.4
mlpy, Machine Learning Python, mlpy.sourceforge.net
NetworkX, for graph analysis, networkx.lanl.gov/
Orange, Data Mining Fruitful & Fun, biolab.si
pandas, Python Data Analysis Library, pandas.pydata.org
pybrain, pybrain.org
scikits-learn - Classic machine learning algorithms - Provide simple an efficient solutions to learning problems, scikit-learn.org/stable/
Natural Language:
NLTK, Natural Language Toolkit, nltk.org
For web scraping:
Scrapy, An open source web scraping framework for Python scrapy.org
urllib/urllib2