Neuroph

Uses of Package
org.neuroph.core.learning

Packages that use org.neuroph.core.learning
org.neuroph.contrib.imgrec Provides classes for image recognition with neural networks. 
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.core.learning Provides base classes for neural network learning algorithms. 
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
org.neuroph.samples Provides some basic examples of how to use Neuroph. 
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Classes in org.neuroph.core.learning used by org.neuroph.contrib.imgrec
TrainingSet
          A set of training elements for training neural network.
 

Classes in org.neuroph.core.learning used by org.neuroph.core
LearningRule
          Base class for all neural network learning algorithms.
TrainingSet
          A set of training elements for training neural network.
 

Classes in org.neuroph.core.learning used by org.neuroph.core.learning
IterativeLearning
          Base class for all iterative learning algorithms.
LearningRule
          Base class for all neural network 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.
 

Classes in org.neuroph.core.learning used by org.neuroph.nnet.learning
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.
TrainingSet
          A set of training elements for training neural network.
UnsupervisedLearning
          Base class for all unsupervised learning algorithms.
 

Classes in org.neuroph.core.learning used by org.neuroph.samples
TrainingSet
          A set of training elements for training neural network.
 

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


Neuroph