Contents

MLCActivationType.threshold

An activation type that implements the threshold activation function.

Declaration

case threshold

Discussion

This activation type implements the following function:

f(x) = x, if x > a, else b, where:

a = threshold

b = replacement

See Also

Enumeration Cases