Neuroph

Uses of Class
org.neuroph.nnet.learning.PerceptronLearning

Packages that use PerceptronLearning
org.neuroph.nnet.learning Provides implementations of specific neural network learning algorithms. 
 

Uses of PerceptronLearning in org.neuroph.nnet.learning
 

Subclasses of PerceptronLearning in org.neuroph.nnet.learning
 class BinaryDeltaRule
          Delta rule learning algorithm for perceptrons with step functions.
 


Neuroph