Uses of Interface
org.encog.neural.networks.training.LearningRate

Packages that use LearningRate
org.encog.neural.networks.training.competitive   
org.encog.neural.networks.training.cpn   
org.encog.neural.networks.training.hebbian   
org.encog.neural.networks.training.propagation.back   
org.encog.neural.networks.training.propagation.manhattan   
org.encog.neural.networks.training.simple   
 

Uses of LearningRate in org.encog.neural.networks.training.competitive
 

Classes in org.encog.neural.networks.training.competitive that implement LearningRate
 class CompetitiveTraining
          This class implements competitive training, which would be used in a winner-take-all neural network, such as the self organizing map (SOM).
 

Uses of LearningRate in org.encog.neural.networks.training.cpn
 

Classes in org.encog.neural.networks.training.cpn that implement LearningRate
 class TrainInstar
          Used for Instar training of a CPN neural network.
 class TrainOutstar
          Used for Instar training of a CPN neural network.
 

Uses of LearningRate in org.encog.neural.networks.training.hebbian
 

Classes in org.encog.neural.networks.training.hebbian that implement LearningRate
 class HebbianTraining
          This class implements Hebbian learning for Enocg.
 

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

Classes in org.encog.neural.networks.training.propagation.back that implement LearningRate
 class Backpropagation
          This class implements a backpropagation training algorithm for feed forward neural networks.
 

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

Classes in org.encog.neural.networks.training.propagation.manhattan that implement LearningRate
 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 LearningRate in org.encog.neural.networks.training.simple
 

Classes in org.encog.neural.networks.training.simple that implement LearningRate
 class TrainAdaline
          Train an ADALINE neural network.
 



Copyright © 2011. All Rights Reserved.