代码改变世界

SciKit-Learn & TensorFlow 学习笔记(一)

2018-07-26 08:27  雄风狂飙  阅读(129)  评论(0)    收藏  举报

参考书目:《Hands-On Machine Learning with SciKit-Learn & TensorFlow》

前言

机器学习风波再起

       2006年,Geoffrey Hinton发表了训练深度神经网络识别手写字体的论文(http://www.cs.toronto.edu/~hinton/),将沉积的人工智能再次掀起风波。

预备知识:

      Python(http://learnpython.org/,http://docs.python.org/3/tutorial)

     NumPy(http://numpy.org/),Pandas(http://pandas.pydata.org/),Matplotlib(http://matplotlib.org)

其他资源:

    ML(https://www.coursera.org/learn/machine-learning)

    SciKit(http://scikit-learn.org/stable/user_guide.html)

    dataquest(https://www.dataquest.io)

    Deep Learning(http://deeplearning.net)

 

   python下载包(https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy)