MPSCNNNeuronPReLU
A parametric ReLU (Rectified Linear Unit) neuron filter.
Declaration
class MPSCNNNeuronPReLUOverview
For each pixel in an image, the filter applies the following function:
[Image]
Where i in [0 ... channels - 1]. That is, parameters a``ᵢ are learned and applied to each channel separately. Compare this to MPSCNNNeuronReLU where parameter a is shared across all channels.