MachineLearning

GPL-3.0 Licensed Python Version
Machine learning algorithms implemented by myself with Python 3.6

What's in it?

Tutorials

中文教程: 从零实现机器学习算法
English Turorials: Step-by-Step Guide To Implement Machine Learning

Main References

  1. CS229:Machine Learning
  2. Machine Learning IN ACTION
  3. 统计学习方法

Dependences

  1. Install Python 3.6
  2. Install NumPy
  3. Install Scikit-learn