ReLU is the abbreviation for Rectified Linear Unit, a common neural network activation function. It outputs zero for negative inputs and the input value for positive inputs, enabling efficient nonlinear modeling.
Abbreviation for Rectified Linear Unit.