![]() |
MNIST-3LNN
1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
| 3lnn.c | Neural network functionality for a 3-layer (INPUT, HIDDEN, OUTPUT) feed-forward, back-prop NN |
| 3lnn.h | Neural network functionality for a 3-layer (INPUT, HIDDEN, OUTPUT) feed-forward, back-prop NN |
| main.c | |
| mnist-stats.c | Utitlies for displaying processing details in the terminal |
| mnist-stats.h | Utitlies for displaying processing details in the terminal |
| mnist-utils.c | Utitlies for handling the MNIST files |
| mnist-utils.h | Utitlies for handling the MNIST files |
| screen.c | Utitlies for advanced input and output to terminal screen |
| screen.h | Utitlies for advanced input and output to terminal screen |
1.8.10