Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 286 Bytes

File metadata and controls

6 lines (5 loc) · 286 Bytes

Robust Regression with Huber loss

This is a toy example of robust regreesion with huber loss, which is suitable when training samples have outliers. The ground truth is a simple line. The results below show that huber loss could get rid of the outliers.

result