Neuroph

Uses of Class
org.neuroph.nnet.learning.LMS

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

Uses of LMS in org.neuroph.nnet.learning
 

Subclasses of LMS in org.neuroph.nnet.learning
 class BackPropagation
          Back Propagation learning rule for Multi Layer Perceptron 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