/Machine-learning

Sheng's machine learning codes

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Machine learning

Based on Andrew Ng's CS229 Machine Learning at Stanford University. Refer to his course website for lecture notes, linear algebra review, Matlab tutorial and practice problem sets.

Topic sequence

  1. Linear Regression
  2. Logistic Regression
  3. Multiclass Classification and Neural Networks
  4. Neural Network
  5. Linear Regression Bias vs Variance
  6. Support Vector Machines
  7. K-means Clustering
  8. Anomaly Detection

Additional References

  1. Machine Learning for Hackers by Drew Conway and John White
  2. Pattern Recognition and Machine Learning by Christopher Bishop
  3. The Elements of Statistical Learning by Trevor Hastie, Robert Tibshirani and Jerome Friedman
  4. CMSC 726: Machine Learning at University of Maryland by Héctor Corrada Bravo