LearnBenchStart learning →

AI Research Scientist · Deep Network Training Basics

Regularization techniques

Real lesson card · Page 1 of 4

Regularization techniques

Regularization

Regularization is any training-time method that constrains a model’s capacity or injects noise, trading a little fit on the training data for better generalization to new data — the shared goal behind every regularization technique, whatever its mechanism.
Example
Imagine a model memorizing training examples perfectly but failing on new ones; adding a penalty that discourages overly large weights forces it to rely on simpler, more general patterns instead of memorized noise.

Recall check from the same lesson

Since the random-rescaling technique described above doesn't add any explicit penalty term to the loss function, it doesn't actually count as a regularization technique.

Sources

· Editorial policy

One sitting · 20–30 minutes

A focused session on your AI Research Scientist interview

LearnBench starts from what you already know — skip what you have, master what you’re missing.

Start now

More Deep Network Training Basics questions