MNIST-1LNN
1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
1lnn.c | Machine learning functionality for a 1-layer neural network |
1lnn.h | Machine learning functionality for a 1-layer neural network |
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 |