Contents

MLCActivationType.linear

An activation type that implements the linear activation function.

Declaration

case linear

Discussion

This activation type implements the following function:

f(x) = a * x + b.

See Also

Enumeration Cases