![]() |
MNIST-3LNN
1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
| CLayer | Dynamic data structure holding a definable number of nodes that form a layer |
| CMNIST_Image | Data block defining a MNIST image |
| CMNIST_ImageFileHeader | Data block defining a MNIST image file header |
| CMNIST_LabelFileHeader | Data block defining a MNIST label file header |
| CNetwork | Dynamic data structure holding the whole network |
| CNode | Dynamic data structure modeling a neuron with a variable number of connections/weights |
| CVector | Dynamic data structure containing defined number of values |
1.8.10