Skip to content

Regularization

Preventing overfitting

This unit is about one big problem: a model looking brilliant on training data but falling apart on new data. We'll start with the diagnosis (bias vs. variance), then move through the main fixes: weight penalties, dropout, and honest validation.

8 lessons · 90 min total · Prereq: Framing the Problem , Gradient Descent , Backpropagation
Start unit