The Encog Project

Package org.encog.neural.networks.training

Interface Summary
LearningRate Specifies that a training algorithm has the concept of a learning rate.
Momentum Specifies that a training algorithm has the concept of a momentum.
Strategy Training strategies can be added to training algorithms.
Train Interface for all neural network training methods.
 

Class Summary
BasicTraining An abstract class that implements basic training for most training algorithms.
 

Exception Summary
TrainingError Thrown when a training error occurs.
 


The Encog Project