Package org.encog.neural.networks.training

This package provides training for neural networks.

See:
          Description

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.
Train This is an alias class for Encog 2.5 compatibility.
 

Class Summary
TrainingSetScore Calculate a score based on a training set.
 

Exception Summary
TrainingError Thrown when a training error occurs.
 

Package org.encog.neural.networks.training Description

This package provides training for neural networks.



Copyright © 2011. All Rights Reserved.