Click or drag to resize

ActivationFuncTanh Class

Implementation of the Tanh function.
Inheritance Hierarchy
SystemObject
  RavingBots.MagicGestures.AI.Neural.ClassicActivationFunc
    RavingBots.MagicGestures.AI.Neural.ClassicActivationFuncTanh

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class FuncTanh : ActivationFunc

The ActivationFuncTanh type exposes the following members.

Constructors
Methods
Remarks
Implements the f(x) = tanh(x) function. The output is in range [-1, 1].
See Also