Neuroph

Uses of Class
org.neuroph.nnet.SupervisedHebbianNetwork

Packages that use SupervisedHebbianNetwork
org.neuroph.util Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
 

Uses of SupervisedHebbianNetwork in org.neuroph.util
 

Methods in org.neuroph.util that return SupervisedHebbianNetwork
static SupervisedHebbianNetwork NeuralNetworkFactory.createSupervisedHebbian(int inputNeuronsCount, int outputNeuronsCount, TransferFunctionType transferFunctionType)
          Creates and returns a new instance of Hebbian network
 


Neuroph