Neural Foundations · 2010
Rectified Linear Units (ReLU)
Established the rectified linear unit (max of zero and the input) as an activation function for deep networks, addressing the vanishing-gradient and slow-training problems caused by saturating sigmoid and tanh units.
Editorial record
Plain-language summary
A ReLU passes positive inputs through unchanged and outputs zero for negative inputs, so its gradient is a constant one wherever the unit is active instead of shrinking toward zero the way sigmoid and tanh gradients do. This keeps gradients flowing through many layers and produces sparse activations that are cheap to compute. Using ReLUs let deep networks train faster and reach lower error, and it became the default activation for most feedforward and convolutional networks.
Knowledge graph
Relationships
Antecedents
Depends onEvidence: Strongly supported
AlexNet: ImageNet Classification with Deep CNNs
AlexNet used ReLU
A-019
GeneralizesEvidence: Strongly supported
GLU Variants Improve Transformer (SwiGLU)
ReLU is the parent of gated SwiGLU activations
P-004
Source record
Provenance
- Record ID
- A-016
- Record created
- 2026-07-13
- Last reviewed
- 2026-07-14
- Record version
- 2
Citation caveat: Citation metadata is approximate and marked unverified in the source dataset.