Contents

MLCActivationType.relu

An activation type that implements the rectified linear unit activation function.

Declaration

case relu

Discussion

This activation type implements the following function:

f(x) = x >= 0 ? x : a * x

See Also

Enumeration Cases