Machine Learning (ML) builds systems that learn patterns from data to make predictions or decisions. This lecture establishes a rigorous vocabulary and mental model you’ll use throughout the course.
| Task | Common Loss | Intuition |
|---|---|---|
| Regression | MSE / MAE | Penalize distance between prediction and truth. |
| Classification | Log Loss / Hinge | Encourage confident, correct probabilities/margins. |