Click or drag to resize

ActivationFunc Class

The base class for activation function implementations.
Inheritance Hierarchy

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

The ActivationFunc type exposes the following members.

Constructors
  NameDescription
Protected methodActivationFunc
Construct a function with the given output range.
Top
Methods
  NameDescription
Public methodCalculate
Return the value of the function for the given input.
Public methodDerivative
Return the derivative of the function for the given input.
Public methodInRange
Check whether the value is in the output range of the function.
Top
Fields
  NameDescription
Public fieldRange
The output range of the function.
Top
See Also