ActivationFunc Class |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public abstract class Func
The ActivationFunc type exposes the following members.
Name | Description | |
---|---|---|
ActivationFunc |
Construct a function with the given output range.
|
Name | Description | |
---|---|---|
Calculate |
Return the value of the function for the given input.
| |
Derivative |
Return the derivative of the function for the given input.
| |
InRange |
Check whether the value is in the output range of the function.
|