Contents

MLCActivationType.relun

An activation type that implements the ReLUN activation function.

Declaration

case relun

Discussion

This activation type implements the following function:

f(x) = min((x >= 0 ? x : a * x), b)

See Also

Enumeration Cases