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

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

Uses of UnsupervisedLearning in org.neuroph.nnet.learning
 

Subclasses of UnsupervisedLearning in org.neuroph.nnet.learning
 class AntiHebbianLearning
          A variant of Hebbian learning called Anti-Hebbian learning.
 class BinaryHebbianLearning
          Hebbian-like learning algorithm used for Hopfield network.
 class CompetitiveLearning
          Competitive learning rule.
 class GeneralizedHebbianLearning
          A variant of Hebbian learning called Generalized Hebbian learning.
 class InstarLearning
          Hebbian-like learning rule for Instar network.
 class OjaLearning
          Oja learning rule wich is a modification of unsupervised hebbian learning.
 class OutstarLearning
          Hebbian-like learning rule for Outstar network.
 class UnsupervisedHebbianLearning
          Unsupervised hebbian learning rule.
 



Copyright © 2012. All Rights Reserved.