Neuroph

Uses of Package
org.neuroph.core

Packages that use org.neuroph.core
org.neuroph.core This package provides base classes and basic building components for neural networks. 
org.neuroph.core.input This package provides common neuron input functions 
org.neuroph.core.learning This package provides base classes for neural network learning algorithms. 
org.neuroph.nnet This package provides out-of-the-box neural networks 
org.neuroph.nnet.comp This package provides components for the specific neural network models. 
org.neuroph.nnet.learning This package provides implementations of concrete neural network learning algorithms. 
org.neuroph.util This package provides various utility classes for creating neural networks, type codes, parsing vectors, etc. 
org.neuroph.util.plugins This package provides various plugins for neural networks. 
 

Classes in org.neuroph.core used by org.neuroph.core
Connection
          The Connection class represents weighted connection to another neuron.
Layer
           The Layer class represents layer (collection) of neurons in neural network.
NeuralNetwork
           The NeuralNetwork class is the base class for artificial neural networks.
Neuron
           The Neuron class represents basic artificial neuron according to McCulloch-Pitts neuron model (basic general neuron model).
Weight
          The Weight class represents neuron connection weight.
 

Classes in org.neuroph.core used by org.neuroph.core.input
Connection
          The Connection class represents weighted connection to another neuron.
 

Classes in org.neuroph.core used by org.neuroph.core.learning
NeuralNetwork
           The NeuralNetwork class is the base class for artificial neural networks.
 

Classes in org.neuroph.core used by org.neuroph.nnet
NeuralNetwork
           The NeuralNetwork class is the base class for artificial neural networks.
 

Classes in org.neuroph.core used by org.neuroph.nnet.comp
Connection
          The Connection class represents weighted connection to another neuron.
Layer
           The Layer class represents layer (collection) of neurons in neural network.
Neuron
           The Neuron class represents basic artificial neuron according to McCulloch-Pitts neuron model (basic general neuron model).
 

Classes in org.neuroph.core used by org.neuroph.nnet.learning
NeuralNetwork
           The NeuralNetwork class is the base class for artificial neural networks.
Neuron
           The Neuron class represents basic artificial neuron according to McCulloch-Pitts neuron model (basic general neuron model).
 

Classes in org.neuroph.core used by org.neuroph.util
Layer
           The Layer class represents layer (collection) of neurons in neural network.
NeuralNetwork
           The NeuralNetwork class is the base class for artificial neural networks.
Neuron
           The Neuron class represents basic artificial neuron according to McCulloch-Pitts neuron model (basic general neuron model).
Weight
          The Weight class represents neuron connection weight.
 

Classes in org.neuroph.core used by org.neuroph.util.plugins
NeuralNetwork
           The NeuralNetwork class is the base class for artificial neural networks.
 


Neuroph