Eroxl's Notes
Rectified Linear (ReLU) Function

The rectified linear function is an activation function that holds on to the positive values of the input and sets the negative values to zero.

Advantages

Potential Disadvantages

The rectified linear function can be defined using the following piecewise function

Y axisX axis00-2-2-1-1112211Expression 1

Derivative

This derivative is technically undefined at so usually in practice it is set to either or at .

Variants