Phase 9 · Deep Learning Fundamentals
TopicsRegularization in Deep Learning (Dropout, Batch Norm)
Part of the Data Science Roadmap.
Summary
Techniques specific to neural networks that reduce overfitting — dropout randomly disables neurons during training, batch normalization stabilizes and speeds up training by normalizing layer inputs.
How to Learn This
- 1Add dropout to a network and observe the effect on the train/validation performance gap.
- 2Learn where batch normalization layers are typically placed in a network.
- 3Compare training stability and speed with and without batch normalization.
More topics in Deep Learning Fundamentals
Stuck on this topic? Ask an Insider
Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.