Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 748 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 748 Bytes

ML-Coursera

Assignment solutions in python for Machine Learning course by andrew ng on coursera.

Implementation of Machine Learning algorithms using numpy in Python

  1. Linear Regression
  2. Multiple Regression
  3. Polynomial Regression
  4. Logistic Regression
  5. Support Vector Machine
  6. K-Mean Clustering
  7. PCA
  8. Anomaly Detection

Acknowledgements

Assignments for Andrew Ng's Machine Learning course implemented in Python without solutions( Python implementation of the incomplete scripts) was taken from mstampfer and for understanding the assignment problems in python jupyter notebooks was taken from dibgerge