Leaky ReLU
Derivative of Leaky ReLU
g(x)=Max(0.1x,x)⇒g′(x)={0.1ifx<01ifx≥0g(x) = Max(0.1x, x) \Rightarrow g'(x) = \left\{ \begin{array}{rl} 0.1 & if x < 0 \\ 1 & if x \geq 0 \end{array}\right.g(x)=Max(0.1x,x)⇒g′(x)={0.11ifx<0ifx≥0
0
1
Share
Contributors are:
Who are from:
Tags
Data Science
Pros and Cons of Leaky ReLU