Neuroph

Uses of Package
org.neuroph.nnet.learning

Packages that use org.neuroph.nnet.learning
org.neuroph.nnet.learning This package provides implementations of concrete neural network learning algorithms. 
 

Classes in org.neuroph.nnet.learning used by org.neuroph.nnet.learning
BackPropagation
          The BackPropagation class is the Back Propagation learning rule for Multi Layer Perceptron neural networks.
LMS
          The LMS class implements LMS learning rule for neural networks.
SigmoidDeltaRule
          The SigmoidDeltaRule class extends LMS learning rule an implements Delta rule learning algorithm for perceptrons with sigmoid functions.
UnsupervisedHebbianLearning
          The UnsupervisedHebbianLearning class implements unsupervised hebbian learning rule.
 


Neuroph