Rectified linear unit (source code)

= Rectified linear unit
{wiki}

The rectified linear unit activation is $\operatorname{ReLU}(x)=\max(x,0)$.

= ReLU
{c}
{synonym}