Contents

MPSCNNNeuronReLU

A ReLU (Rectified Linear Unit) neuron filter.

Declaration

class MPSCNNNeuronReLU

Overview

For each pixel in an image, the filter applies the following function:

[Image]

This filter is called l__eaky ReLU in CNN literature. Some CNN literature defines classical ReLU as max(0, x). If you want this behavior, simply set the a property to 0.

Topics

Initializers

See Also

Neuron Layers