Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.encog.neural.networks.training.propagation Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
BackpropagationThis class implements a backpropagation training algorithm for feed forward neural networks.Classorg.encog.neural.networks.training.propagation.backHeatonReasearch
GradientWorkerWorker class for the mulithreaded training of flat networks.Classorg.encog.neural.networks.training.propagationHeatonReasearch
ManhattanPropagationOne problem that the backpropagation technique has is that the magnitude of the partial derivative may be calculated too large or too small.Classorg.encog.neural.networks.training.propagation.manhattanHeatonReasearch
PersistTrainingContinuationPersist the training continuation.Classorg.encog.neural.networks.training.propagationHeatonReasearch
Propagation methods.Classorg.encog.neural.networks.training.propagationHeatonReasearch
QuickPropagationQPROP is an efficient training method that is based on Newton's Method.Classorg.encog.neural.networks.training.propagation.quickHeatonReasearch
ResilientPropagationOne problem with the backpropagation algorithm is that the magnitude of the partial derivative is usually too large or too small.Classorg.encog.neural.networks.training.propagation.resilientHeatonReasearch
RPROPConstConstants used for Resilient Propagation (RPROP) training.Classorg.encog.neural.networks.training.propagation.resilientHeatonReasearch
RPROPTypeAllows the type of RPROP to be defined.Classorg.encog.neural.networks.training.propagation.resilientHeatonReasearch
ScaledConjugateGradientThis is a training class that makes use of scaled conjugate gradient methods.Classorg.encog.neural.networks.training.propagation.scgHeatonReasearch
TrainingContinuationAllows training to be continued.Classorg.encog.neural.networks.training.propagationHeatonReasearch