Documentation For Encog 2.x

CalculatePartialDerivative Class

Class that is used to calculate the partial derivatives for the error for individual layers of a neural network. This calculation must be performed by each of the propagation techniques.

For a list of all members of this type, see CalculatePartialDerivative Members .

System.Object
   CalculatePartialDerivative

public class CalculatePartialDerivative

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Training.Propagation

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

CalculatePartialDerivative Members | Encog.Neural.Networks.Training.Propagation Namespace