Documentation For Encog 2.x

BackpropagationMethod Class

This class implements the specifics of how the backpropagation algorithm is used. Specifically, the partial derivatives are simply applied to the weight matrix.

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

System.Object
   BackpropagationMethod

public class BackpropagationMethod : IPropagationMethod

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.Back

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

See Also

BackpropagationMethod Members | Encog.Neural.Networks.Training.Propagation.Back Namespace