Neuroph

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

Packages that use UnsupervisedHebbianLearning
org.neuroph.nnet.learning Provides implementations of specific 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 for Hopfield network.
 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.
 


Neuroph