Neuroph

Package org.neuroph.core.learning

This package provides base classes for neural network learning algorithms.

See:
          Description

Class Summary
IterativeLearning The IterativeLearning class is the base class for all iterative learning algorithms.
LearningRule The LearningRule class is the base class for all neural network learning algorithms.
SupervisedLearning The SupervisedLearning class is the base class for all supervised learning algorithms.
SupervisedTrainingElement The SupervisedTrainingElement class represents training element for supervised neural network learning.
TrainingElement The TrainingElement class represents single training element for neural network learning.
TrainingSet The TrainingSet class represents set of training elements for neural network learning.
UnsupervisedLearning The UnsupervisedLearning class is the base class for all unsupervised learning algorithms.
 

Package org.neuroph.core.learning Description

This package provides base classes for neural network learning algorithms.


Neuroph