Package org.neuroph.core

Provides base classes and basic building components for neural networks.

See:
          Description

Class Summary
Connection Weighted connection to another neuron.
Layer Layer of neurons in a neural network.
NeuralNetwork Base class for artificial neural networks.
Neuron Basic general neuron model according to McCulloch-Pitts neuron model.
Weight Neuron connection weight.
 

Package org.neuroph.core Description

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