Contents

MLCActivationType.softPlus

An activation type that implements the soft plus activation function.

Declaration

case softPlus

Discussion

This activation type implements the following function:

f(x) = a * log(1 + e^(b * x))

See Also

Enumeration Cases