Learn Before
Concept

Leaky ReLU

The Leaky Rectified Linear Unit (Leaky ReLU) is a variation of the ReLU activation function that has a small positive slope in the negative area. It is defined as: S(x)=max(0.1x,x)S(x) = \max(0.1x, x).

Image 0

0

2

Updated 2026-06-15

Tags

Data Science