Learn Before
Concept

Parametric ReLU

The Parametric Rectified Linear Unit (Parametric ReLU) is an activation function defined as:

f(x)=xf(x) = x if x>0x > 0 f(x)=axf(x) = ax otherwise

For a1a \le 1, this is equivalent to f(x)=max(x,ax)f(x) = \max(x, ax).

Image 0

0

1

Updated 2026-06-13

Tags

Data Science