Neuroph

Package org.neuroph.nnet.neuron

This package provides specific types of neurons

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.neuron Description

This package provides specific types of neurons


Neuroph