This repository records learning outcomes and practice code in the field of machine learning. Some notes are updated in my blog at the same time. Basically, the learning route is guided by Hang Li's book.
- Perceptron
- k-Nearest Neighbor (simple one)
- k-Nearest Neighbor (kd tree)
- Naive Bayes
- Logistic Regression
- Decision Tree (Simple)
- Decision Tree Pruning
- SVM
- AdaBoost
- EM Algorithm
- 统计学习方法
- 机器学习(西瓜书)
- PRML (Optional, mathematic reference)