|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SupervisedLearning | |
---|---|
org.neuroph.nnet.learning | This package provides implementations of concrete neural network learning algorithms. |
Uses of SupervisedLearning in org.neuroph.nnet.learning |
---|
Subclasses of SupervisedLearning in org.neuroph.nnet.learning | |
---|---|
class |
BackPropagation
The BackPropagation class is the Back Propagation learning rule for Multi Layer Perceptron neural networks. |
class |
LMS
The LMS class implements LMS learning rule for neural networks. |
class |
MomentumBackpropagation
The MomentumBackpropagation class implements backpropagation learning rule with momentum factor. |
class |
SigmoidDeltaRule
The SigmoidDeltaRule class extends LMS learning rule an implements Delta rule learning algorithm for perceptrons with sigmoid functions. |
class |
StepDeltaRule
The StepDeltaRule class implements Delta rule learning algorithm for perceptrons with step functions. |
class |
SupervisedHebbianLearning
The SupervisedHebbianLearning class implements supervised hebbian learning rule. |
|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |