# 台湾大学林轩田机器学习笔记
> 贡献者:[红色石头](https://github.com/RedstoneWill)
+ [红色石头的机器学习之路](https://redstonewill.github.io/)
+ [红色石头的专栏](http://blog.csdn.net/red_stone1)
+ [知乎:红色石头](https://www.zhihu.com/people/red_stone_wl)
+ [RedstoneWill 的微博](http://weibo.com/redstonewill)
+ 公众号:红色石头的机器学习之路
![](https://img.kancloud.cn/03/02/03029460d95ed746a37384eb5dfeb4b5_258x258.jpg)
+ [课程资源汇总](https://github.com/RedstoneWill/NTU-HsuanTienLin-MachineLearning)
‍
+ [在线阅读](https://ntuml.apachecn.org)
+ [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/ntu-hsuantienlin-ml)
+ [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/ntu-hsuantienlin-ml)
+ [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/ntu-hsuantienlin-ml)
+ [代码仓库](https://github.com/apachecn/ntu-hsuantienlin-ml)
- 台湾大学林轩田机器学习笔记
- 机器学习基石
- 1 -- The Learning Problem
- 2 -- Learning to Answer Yes/No
- 3 -- Types of Learning
- 4 -- Feasibility of Learning
- 5 -- Training versus Testing
- 6 -- Theory of Generalization
- 7 -- The VC Dimension
- 8 -- Noise and Error
- 9 -- Linear Regression
- 10 -- Logistic Regression
- 11 -- Linear Models for Classification
- 12 -- Nonlinear Transformation
- 13 -- Hazard of Overfitting
- 14 -- Regularization
- 15 -- Validation
- 16 -- Three Learning Principles
- 机器学习技法
- 1 -- Linear Support Vector Machine
- 2 -- Dual Support Vector Machine
- 3 -- Kernel Support Vector Machine
- 4 -- Soft-Margin Support Vector Machine
- 5 -- Kernel Logistic Regression
- 6 -- Support Vector Regression
- 7 -- Blending and Bagging
- 8 -- Adaptive Boosting
- 9 -- Decision Tree
- 10 -- Random Forest
- 11 -- Gradient Boosted Decision Tree
- 12 -- Neural Network
- 13 -- Deep Learning
- 14 -- Radial Basis Function Network
- 15 -- Matrix Factorization
- 16(完结) -- Finale