Neuroph

Package org.neuroph.nnet

This package provides out-of-the-box neural networks

See:
          Description

Class Summary
Adaline The Adaline class represents Adaline neural network architecture with LMS learning rule.
CompetitiveNetwork The CompetitiveNetwork class represents neural network with competitive learning rule.
Hopfield The Hopfield class represents Hopfield neural network.
Kohonen The Kohonen class represents Kohonen neural network.
MaxNet The MaxNet class represents Max Net neural network with competitive learning rule.
MultiLayerPerceptron The MultiLayerPerceptron class that represents Multi Layer Perceptron neural network with Back propagation learning algorithm.
NeuroFuzzyReasoner The NeuroFuzzyReasoner class represents Neuro Fuzzy Reasoner architecture.
Perceptron The Perceptron class that represents Perceptron neural network with some LMS based learning algorithm.
RbfNetwork The RbfNetwork class represents Radial basis function neural network.
SupervisedHebbianNetwork The SupervisedHebbianNetwork class that represents Hebbian neural network with supervised hebbian learning algorithm.
UnsupervisedHebbianNetwork The UnsupervisedHebbianNetwork class that represents Hebbian neural network with Unsupervised Hebbian learning algorithm.
 

Package org.neuroph.nnet Description

This package provides out-of-the-box neural networks


Neuroph