Learn Before
Concept

Derivative of ReLU (Rectified Linear Unit) function

g(x)=Max(0,x)g(x)={0ifx<01ifx0g(x) = Max(0, x) \Rightarrow g'(x) = \left\{ \begin{array}{rl} 0 & if x < 0 \\ 1 & if x \geq 0 \end{array}\right.

0

1

Updated 2020-11-02

Tags

Data Science