多语言展示
当前在线:1106今日阅读:75今日分享:44

python 机器学习的开发环境搭建

用Python来编写机器学习,因为Python下有很多机器学习的库。numpy,scipy,matplotlib,scikit-learn,分别是科学计算包,科学工具集,画图工具包,机器学习工具集。numpy :科学运算,主要是矩阵的运算。提供数组。scipy:主要是一些科学工具集,信号处理工具集  数值计算。scikit-learn:大量机器学习算法。matplotlib:画图工具
工具/原料
1

python

2

numpy,scipy,matplotlib

方法/步骤
1

Ubuntu 下的安装sudo apt-get install python-numpy

2

sudo apt-get install python-scipy

3

sudo apt-get install python-matplotlib

4

sudo apt-get install python-sklearn

5

window 安装直接到网站下载exe文件,直接安装即可。

6

下图  安德森鸢尾花卉数据集载入的效果。

推荐信息