Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 552 Bytes

Python-AndrewNgML

Python implementation of Andrew Ng's ML course projects

  • Ex1 (Linear Regression) = Complete!
  • Ex2 (Logistic Regression & Regulation) = Complete!
  • Ex3 (MultiClass LR and Neural Network Prediction) = Complete!
  • Ex4 (Multilayer Neural Network) = Complete!
  • Ex5 (Variance vs Bias using Linear Regression) = Complete!
  • Ex6 (Support Vector Machines and Email Spam Classification) = Complete!
  • Ex7 (Kmeans & PCA for data compression and Visualization) = Complete!
  • Ex8 (Anomaly Detection & Recommender Systems) = Complete!