Skip to content
Klay

Layers and activation functions

After this lesson you can: Say why a network without activations collapses to a single layer.

First: What a neuron actually computes

Watch

Notes

A layer takes the numbers from the previous layer, mixes them with weights, adds biases, and produces new numbers. If you stop there, the layer is only doing a linear transformation: stretching, rotating, shifting, and recombining the input space. An activation function is the extra step that bends this result before passing it onward, usually by applying a simple nonlinear rule to each neuron’s output.

Unlock the full lesson notes, the exercises and the graded checkpoint - ₹5,000 once.