Neuroph

Uses of Class
org.neuroph.nnet.learning.UnsupervisedHebbianLearning

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

Uses of UnsupervisedHebbianLearning in org.neuroph.nnet.learning
 

Subclasses of UnsupervisedHebbianLearning in org.neuroph.nnet.learning
 class BinaryHebbianLearning
          Hebbian-like learning algorithm used Hopfield network.
 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.
 


Neuroph