MPSCNNNeuronELU
A parametric ELU neuron filter.
Declaration
class MPSCNNNeuronELUOverview
For each pixel in an image, the filter applies the following function:
![f(x) = a * (exp(x) - 1) if x < 0 | f(x) = a * (exp(x) - 1) if x < 0
A parametric ELU neuron filter.
class MPSCNNNeuronELUFor each pixel in an image, the filter applies the following function:
![f(x) = a * (exp(x) - 1) if x < 0 | f(x) = a * (exp(x) - 1) if x < 0