Neuroph

Package org.neuroph.core

This package provides base classes and basic building components for neural networks.

See:
          Description

Class Summary
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.
 

Package org.neuroph.core Description

This package provides base classes and basic building components for neural networks. This is the core package of framework.

See Also:
neuroph.core.learning, neuroph.core.input, neuroph.core.transfer

Neuroph