Documentation For Encog 2.x

ActivationLOG.DerivativeFunction Method

Implements the activation function derivative. The array is modified according derivative of the activation function being used. See the class description for more specific information on this type of activation function. Propagation training requires the derivative. Some activation functions do not support a derivative and will throw an error.

public override void DerivativeFunction(
   double[] d
);

Parameters

d
The input array to the activation function.

Implements

IActivationFunction.DerivativeFunction

See Also

ActivationLOG Class | Encog.Neural.Activation Namespace