Python、机器学习和量化开发环境

1、python安装
      pip会同步安装

或者,pip安装

https://pypi.org/project/pip/#downloads 下载最新版本pip到本地,解压
到pip解压路径
安装python2版本pip命令:py -2 -m setup.py install
安装python3版本pip命令:py -3 -m setup.py install


2、Anaconda安装
3、pycharm安装
4、git安装
5、gpu安装CUDA 10.1
6、机器学习框架:
-TensorFlow
-百度飞桨安装
7、量化包安装
8、其他开发包安装
     nltk

算法包安装
依次执行:
py -2 -m pip install Scikit-learn
py -2 -m pip install Matplotlib
py -2 -m pip install Pandas
py -2 -m pip install Request

py -3 -m pip install Scikit-learn
py -3 -m pip install Matplotlib
py -3 -m pip install Pandas
py -3 -m pip install Request

你可能感兴趣的:(人工智能,Python,python,开发语言)