leaky ReLU(带泄露的ReLU)
f(x)={x,if x≥0λx,if x<0
f(x)' = \begin{cases} 1, & \text{if } x \geq 0 \ \lambda, & \text{if } x < 0 \end