Neuroph

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

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

Uses of UnsupervisedLearning in org.neuroph.nnet.learning
 

Subclasses of UnsupervisedLearning in org.neuroph.nnet.learning
 class CompetitiveLearning
          The CompetitiveLearning class implements competitive learning rule.
 class OjaLearning
           
 class UnsupervisedHebbianLearning
          The UnsupervisedHebbianLearning class implements unsupervised hebbian learning rule.
 


Neuroph