Neuroph

Uses of Package
org.neuroph.nnet

Packages that use org.neuroph.nnet
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Classes in org.neuroph.nnet used by org.neuroph.nnet.learning
Kohonen
          Kohonen neural network.
 

Classes in org.neuroph.nnet used by org.neuroph.util
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.
MultiLayerPerceptron
          Multi Layer Perceptron neural network with Back propagation learning algorithm.
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.
 


Neuroph