Uses of Class
org.encog.neural.networks.training.propagation.Propagation

Packages that use Propagation
org.encog.neural.networks.training.propagation.back This package provides back propagation training for neural networks. 
org.encog.neural.networks.training.propagation.manhattan This package provides Manhattan propagation training for neural networks. 
org.encog.neural.networks.training.propagation.quick This package provides back propagation training for neural networks. 
org.encog.neural.networks.training.propagation.resilient This package provides resilient propagation training for neural networks. 
org.encog.neural.networks.training.propagation.scg This package provides SCG propagation training for neural networks. 
 

Uses of Propagation in org.encog.neural.networks.training.propagation.back
 

Subclasses of Propagation in org.encog.neural.networks.training.propagation.back
 class Backpropagation
          This class implements a backpropagation training algorithm for feed forward neural networks.
 

Uses of Propagation in org.encog.neural.networks.training.propagation.manhattan
 

Subclasses of Propagation in org.encog.neural.networks.training.propagation.manhattan
 class ManhattanPropagation
          One problem that the backpropagation technique has is that the magnitude of the partial derivative may be calculated too large or too small.
 

Uses of Propagation in org.encog.neural.networks.training.propagation.quick
 

Subclasses of Propagation in org.encog.neural.networks.training.propagation.quick
 class QuickPropagation
          QPROP is an efficient training method that is based on Newton's Method.
 

Uses of Propagation in org.encog.neural.networks.training.propagation.resilient
 

Subclasses of Propagation in org.encog.neural.networks.training.propagation.resilient
 class ResilientPropagation
          One problem with the backpropagation algorithm is that the magnitude of the partial derivative is usually too large or too small.
 

Uses of Propagation in org.encog.neural.networks.training.propagation.scg
 

Subclasses of Propagation in org.encog.neural.networks.training.propagation.scg
 class ScaledConjugateGradient
          This is a training class that makes use of scaled conjugate gradient methods.
 



Copyright © 2011. All Rights Reserved.