学习之路
1:基础
-
英语
大学英语4级
-
高数(线性代数、微积分)
关键概念经查阅能随时记忆起来
-
编程
-
概率理论与统计学
2:理论
-
machine learning-Andrew Ng
-
机器学习基石/技法-林轩田
-
统计学习方法-李航
介绍了统计机器学习的主要方法,主要是监督学习部分
- 统计学习基础-Trevor Hastie
对当前较为流行的统计机器学习方法有较为全面的介绍
- 机器学习-周志华
中文里最好的机器学习教科书
- DEEP LEARNING 深度学习
目前关于深度学习最全面的图书
- The element of statistical learning
- 算法导论
3.实践
- 机器学习实战
基于python对一些主要的机器学习算法进行了代码实现,一定要照着敲一遍
-
利用Python进行数据分析
numpy与pandas是python进行处理数据的两个关键库
-
Python machine learning
-
cs231n(Convolutional Neural Networks for Visual Recognition)
做图像识别的
4.实战
一个机器学习竞赛网站
5.进阶
- 模式分类 - Richard O. Duda
- Pattern Recognition and Machine Learning -必读
- 机器学习 - Tom Mitchell
- 深度学习 - Ian Goodfellow
- 数据挖掘导论 - Pang-Ning Tan
推荐
1.公开课
2.经典书籍
- Tom M.Mitchell. Machine Learning
- Kevin P. Murphy. Machine Learning: A Probabilistic Perspective
- Christopher M.Bishop. Pattern Recognition and Machine Learning
- Trevor Hastie , Robert Tibshirani , Jerome Friedman. The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Second Edition
- Richard O. Duda. Pattern Classification
- 李航,统计学习方法
- David Barber ,Bayesian Reasoning and Machine Learning