Neuroph

Uses of Class
org.neuroph.core.learning.SupervisedLearning

Packages that use SupervisedLearning
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
 

Uses of SupervisedLearning in org.neuroph.nnet.learning
 

Subclasses of SupervisedLearning in org.neuroph.nnet.learning
 class BackPropagation
          Back Propagation learning rule for Multi Layer Perceptron neural networks.
 class LMS
          LMS learning rule for neural networks.
 class MomentumBackpropagation
          Backpropagation learning rule with momentum.
 class SigmoidDeltaRule
          Delta rule learning algorithm for perceptrons with sigmoid functions.
 class StepDeltaRule
          Delta rule learning algorithm for perceptrons with step functions.
 class SupervisedHebbianLearning
          Supervised hebbian learning rule.
 


Neuroph