Neuroph

Package org.neuroph.nnet.comp

This package provides components for the specific neural network models.

See:
          Description

Class Summary
CompetitiveLayer The CompetitiveLayer class represents layer of competitive neurons, and it provides methods for competition.
CompetitiveNeuron The CompetitiveNeuron class provides neuron behaviour specific for competitive neurons which are used in competitive layers, and networks with competitive learning.
DelayedConnection The DelayedConnection class represents connection between neurons which can delay signal.
DelayedNeuron The DelayedNeuron class provides behaviour for neurons with delayed output.
HopfieldNeuron The HopfieldNeuron class provides neuron behaviour specific for Hopfield network.
ThresholdNeuron The ThresholdNeuron class provides behaviour for neurons with threshold.
 

Package org.neuroph.nnet.comp Description

This package provides components for the specific neural network models.


Neuroph