Deep Learning

Activation Function, explained

An activation function is a nonlinear operation applied inside a neural network layer.
Back to Glossary

Part of the Semantic Notion technical glossary.

Short Definition

An activation function is a nonlinear operation applied inside a neural network layer.

Intuition

Without nonlinear activations, many stacked layers would collapse into something no more expressive than a single linear transformation.

Technical Definition

Activation functions transform intermediate layer outputs elementwise or channelwise, enabling neural networks to approximate nonlinear functions.

Example

ReLU sets negative values to zero and leaves positive values unchanged.

Common Misunderstandings

Activation functions are not just cosmetic; they define what functions the network can learn.
Different activations affect optimization and gradient flow.

Start here

Need the broader concept map?

Return to the glossary index to move from this definition into adjacent AI, ML, mathematics, and computer science terms.