Contents

MPSCNNNeuronELU

A parametric ELU neuron filter.

Declaration

class MPSCNNNeuronELU

Overview

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

Topics

Initializers

See Also

Neuron Layers