Package jas.ai.ann

A simulation-specific implementation of the Artificial Neural Networks.

See:
          Description

Class Summary
InputNodeLayer The input node layer is used to store values of the input layer of the neural network.
NeuralDataSet A datawarehouse for neural networks.
NeuralNetwork An implemntation of a three-layer artificial neural network.
NodeLayer A node layer is a generic vector.
OutputNodeLayer The output node layer is used to store values of the output layer of the neural network.
 

Package jas.ai.ann Description

A simulation-specific implementation of the Artificial Neural Networks. They use the back propagation algorithm to evolve the network. The implementation is based on the original bp-ct code, written in Objective-C by Pietro Terna.