C# (CSharp) Encog.Neural.Networks.Training.Propagation Namespace

Nested Namespaces

Encog.Neural.Networks.Training.Propagation.Back
Encog.Neural.Networks.Training.Propagation.Manhattan
Encog.Neural.Networks.Training.Propagation.Quick
Encog.Neural.Networks.Training.Propagation.Resilient
Encog.Neural.Networks.Training.Propagation.SCG

Classes

Name Description
PersistTrainingContinuation
Propagation Implements basic functionality that is needed by each of the propagation methods. The specifics of each of the propagation methods is implemented inside of the PropagationMethod interface implementors.
TrainingContinuation