Leaky relu: In which Deep Learning Model this is used ? As mostly Relu is used elsewhere
Leaky relu is function that has the capabilities to reduce 0-flow in backward and forward pass. But it is quite unnatural to see Leaky relu in models. In which model it is used?