1. Python
2.Matplotlib
3.Numpy
4.scikit-learn
Machine Learning in Python (Scikit-learn)
[译]使用scikit-learn进行机器学习(scikit-learn教程1)
5.TensorFlow
aymericdamien/TensorFlow-Examples
6. caffe -卷积神经网络框架-Convolutional Architecture for Fast Feature Embedding
Berkeley Vision and Learning Center(Github)
0. Bash 终端/云端控制台
bash 是一个为GNU计划编写的Unixshell。它的名字是一系列缩写:Bourne-Again SHell — 这是关于Bourne shell(sh)的一个双关语(Bourne again / born again)。Bourne shell是一个早期的重要shell,由史蒂夫·伯恩在1978年前后编写,并同Version 7 Unix一起发布。bash则在1987年由布莱恩·福克斯创造。在1990年,Chet Ramey成为了主要的维护者。
shell (Shell俗称壳(用来区别于核),是指“提供使用者使用界面”的软件(命令解析器)。类似于dos下的command.com和后来的cmd.exe。它接收用户命令,然后调用相应的应用程序。)
======
======
python 2.7/3.6
numpy + sckit learn
tensorflow + caffe
skit learn => 基础算法,例如logistic regression, naive bayes, decision tree 的应用
tensorflow 深度学习框架
=====
cd Downloads/Test_AI/xh_pycharm
PythonIDE(集成开发环境)
http://www.runoob.com/python/python-ide.html
PyCharm设置Ipython交互环境和宏快捷键进行数据分析图文详解
http://blog.csdn.net/jsyzliuyu/article/details/55211019
第一次安装好Anaconda以后,可以在命令行输入以下命令使Anaconda保持最新:
conda update conda
conda update anaconda
Matplotlib图表不能在Pycharm中显示的问题
http://blog.csdn.net/xinluqishi123/article/details/63523531
pycharm中同时注释多行代码快捷键:
代码选中的条件下,同时按住 Ctrl+/,被选中行被注释,再次按下Ctrl+/,注释被取消
http://nbviewer.jupyter.org/github/lijin-THU/notes-python/blob/master/index.ipynb