0 votes
in Deep Learning by
What is the use of leaky ReLU function?

1 Answer

0 votes
by

The Leaky ReLU (LReLU or LReL) manages the function to allow small negative values when the input is less than zero.

...