Leaky ReLU is preferred over standard ReLU in situations where the 'dying ReLU' problem is prevalent. The dying ReLU problem occurs when a ReLU neuron becomes inactive and stops learning because its weights are updated such that it always receives negative inputs. Standard ReLU outputs zero for all negative inputs, which means that the gradient through that neuron will also be....
Log in to view the answer