Contents

MLCActivationType.celu

An activation type that implements the CELU activation function.

Declaration

case celu

Discussion

This activation type implements the following function:

f(x) = max(0, x) + min(0, a * (exp(x / a) − 1))

See Also

Enumeration Cases