Package org.neuroph.core.learning

Provides base classes for neural network learning algorithms.

See:
          Description

Class Summary
IterativeLearning Base class for all iterative learning algorithms.
LearningRule Base class for all neural network learning algorithms.
SupervisedLearning Base class for all supervised learning algorithms.
SupervisedTrainingElement Represents training element for supervised learning algorithms.
TrainingElement Represents single training element for neural network learning.
TrainingSet A set of training elements for training neural network.
UnsupervisedLearning Base class for all unsupervised learning algorithms.
 

Package org.neuroph.core.learning Description

Provides base classes for neural network learning algorithms.