Table of Contents
Model a single layer in a nueral network.
These classes deal with a layers in the neural network (ie. the input layer, hidden layers and the output layer).
logistic_function ( value )
Abstract base class for all layers.