Package org.encog.neural.networks.training

Interface Summary
CalculateScore Used by simulated annealing and genetic algorithms to calculate the score for a neural network.
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.
TrainingSetScore Calculate a score based on a training set.
TrainingStatusUtility Report the status of Encog training to the cloud.
 

Exception Summary
TrainingError Thrown when a training error occurs.
 



Copyright © 2011. All Rights Reserved.