Package org.neuroph.nnet

Provides out-of-the-box neural networks

See:
          Description

Class Summary
Adaline Adaline neural network architecture with LMS learning rule.
BAM Bidirectional Associative Memory
CompetitiveNetwork Two layer neural network with competitive learning rule.
Hopfield Hopfield neural network.
Instar Instar neural network with Instar learning rule.
Kohonen Kohonen neural network.
MaxNet Max Net neural network with competitive learning rule.
ModularNetwork Neural networks container for creating modular neural networks
MultiLayerPerceptron Multi Layer Perceptron neural network with Back propagation learning algorithm.
NeuroFuzzyPerceptron The NeuroFuzzyReasoner class represents Neuro Fuzzy Reasoner architecture.
Outstar Outstar neural network with Outstar learning rule.
Perceptron Perceptron neural network with some LMS based learning algorithm.
RbfNetwork Radial basis function neural network.
SupervisedHebbianNetwork Hebbian neural network with supervised Hebbian learning algorithm.
UnsupervisedHebbianNetwork Hebbian neural network with unsupervised Hebbian learning algorithm.
 

Package org.neuroph.nnet Description

Provides out-of-the-box neural networks