Contents

MLCActivationType.absolute

An activation type that implements the absolute activation function.

Declaration

case absolute

Discussion

This activation type implements the following function:

f(x) = fabs(x)

See Also

Enumeration Cases