MNIST-1LNN  1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
File List
Here is a list of all files with brief descriptions:
 1lnn.cMachine learning functionality for a 1-layer neural network
 1lnn.hMachine learning functionality for a 1-layer neural network
 main.c
 mnist-stats.cUtitlies for displaying processing details in the terminal
 mnist-stats.hUtitlies for displaying processing details in the terminal
 mnist-utils.cUtitlies for handling the MNIST files
 mnist-utils.hUtitlies for handling the MNIST files
 screen.cUtitlies for advanced input and output to terminal screen
 screen.hUtitlies for advanced input and output to terminal screen