Neuroph

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 BinaryHebbianLearning
          Hebbian-like learning algorithm used for Hopfield network.
 class CompetitiveLearning
          Competitive learning rule.
 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.
 


Neuroph