Click or drag to resize

ActivationFuncTanhDerivative 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
C#
public override float Derivative(
	float y
)

Parameters

y
Type: SystemSingle

Return Value

Type: Single
See Also