0PricingLogin
Deep Learning Academy · Lesson

MSE & MAE for Regression

Penalizing distance from the target.

Regression Needs Its Own Loss

When your model predicts a number like a price or temperature, you need a regression loss that measures how far each guess lands from the true value. 📏

Meet Mean Squared Error

MSE squares every prediction error, then averages them. Squaring keeps all errors positive and punishes big misses much harder than small ones.

All lessons in this course

  1. MSE & MAE for Regression
  2. Binary Cross-Entropy with Logits
  3. Cross-Entropy for Multiclass
  4. Class Weights for Imbalanced Data
← Back to Deep Learning Academy