ActivationFuncTanh Class |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public class FuncTanh : ActivationFunc
The ActivationFuncTanh type exposes the following members.
Name | Description | |
---|---|---|
ActivationFuncTanh |
Construct a new instance.
|
Name | Description | |
---|---|---|
Calculate |
Return the value of the function for the given input.
(Overrides ActivationFuncCalculate(Single).) | |
Derivative |
Return the derivative of the function for the given input.
(Overrides ActivationFuncDerivative(Single).) |