MNIST-1LNN  1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
Data Structures
Here are the data structures with brief descriptions:
 CCellCore unit of the neural network (neuron and synapses)
 CLayerThe single (output) layer of this network (a layer is number cells)
 CMNIST_ImageData block defining a MNIST image
 CMNIST_ImageFileHeaderData block defining a MNIST image file header
 CMNIST_LabelFileHeaderData block defining a MNIST label file header
 CVectorData structure containing defined number of integer values (the output vector contains values for 0-9)