Classical machine learning algorithms with pure python numpy.
And a tool to help you understand the root of all the classical algorithms instead of blindly using tools like sklearn or tensorflow.
- Perceptron
- KNN
- Naive Bayes
- Decision Tree
- Logistic Regression
- SVM
- AdaBoost
- HMM
- LDA
Every algorithms was validated by example in Statistical Learning Method(《统计学习方法》)