Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 634 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 634 Bytes

Stanford-Machine Learning

All the exercises from the Machine Learning course by Andrew NG on Coursera.

Content

Week 2

  • Linear Regression Algorithm
    • Cost Function
    • Gradient Descent
    • Normalization

Week 3

  • Sigmoid Function
  • Logistic Regression Algorithm
    • Cost Function
    • Gradient Descent
  • Regularization
    • Cost Function
    • Gradient Descent
  • Prediction