Neuroph

Uses of Package
org.neuroph.core.learning

Packages that use org.neuroph.core.learning
org.neuroph.core This package provides base classes and basic building components for neural networks. 
org.neuroph.core.learning This package provides base classes for neural network learning algorithms. 
org.neuroph.nnet.learning This package provides implementations of concrete neural network learning algorithms. 
org.neuroph.util This package provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Classes in org.neuroph.core.learning used by org.neuroph.core
LearningRule
          The LearningRule class is the base class for all neural network learning algorithms.
TrainingSet
          The TrainingSet class represents set of training elements for neural network learning.
 

Classes in org.neuroph.core.learning used by org.neuroph.core.learning
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.
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.
 

Classes in org.neuroph.core.learning used by org.neuroph.nnet.learning
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.
 

Classes in org.neuroph.core.learning used by org.neuroph.util
TrainingSet
          The TrainingSet class represents set of training elements for neural network learning.
 


Neuroph