Lect 9- Loss Functions
Lect 9- Loss Functions
Penalizes large
errors more than
small errors.
Regression Loss
Mean Absolute Error/ L1 loss
Less
sensitive to
outliers
compared to
MSE
Huber Loss
Huber Loss: A combination of MSE and
MAE, useful for handling outliers.
Understanding Sensitivity to Outliers