Phase 9 · Deep Learning Fundamentals
TopicsActivation Functions
Part of the Data Science Roadmap.
Summary
Non-linear functions (ReLU, sigmoid, tanh) applied after each layer's weighted sum — without them, a neural network would collapse into a single linear function no matter how many layers it has.
How to Learn This
- 1Plot ReLU, sigmoid, and tanh and compare their shapes.
- 2Learn why ReLU is the default choice for hidden layers in most modern networks.
- 3Understand the 'vanishing gradient' problem and why it motivated ReLU's popularity over sigmoid.
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.