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 BinaryHebbianLearning
          Hebbian-like learning algorithm used Hopfield network.
 class CompetitiveLearning
          The CompetitiveLearning class implements competitive learning rule.
 class InstarLearning
          The InstarLearning class implements hebbian-like learning rule for Instar network.
 class OjaLearning
          The OjaLearning class implements oja learning rule wich is a kind of unsupervised hebbian learning.
 class OutstarLearning
          The OutstarLearning class implements hebbian-like learning rule for Outstar network.
 class UnsupervisedHebbianLearning
          The UnsupervisedHebbianLearning class implements unsupervised hebbian learning rule.
 


Neuroph