| ActivationFuncSigmoidDerivative Method |
Return the derivative of the function for the given input.
Namespace:
RavingBots.MagicGestures.AI.Neural.Classic
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public override float Derivative(
float y
)
Parameters
- y
- Type: SystemSingle
Return Value
Type:
SingleSee Also