void displayLoadingProgressTraining(int imgCount, int y, int x)
Outputs reading progress while processing MNIST training images.
void displayImageFrame(int y, int x)
Outputs a 28x28 text frame at a defined screen position.
void displayLoadingProgressTesting(int imgCount, int y, int x)
Outputs reading progress while processing MNIST testing images.
void displayImage(MNIST_Image *img, int y, int x)
Outputs a 28x28 MNIST image as charachters ("."s and "X"s)
void displayProgress(int imgCount, int errCount, int y, int x)
Outputs image recognition progress and error count.
Data block defining a MNIST image.