MNIST-1LNN
1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
Utitlies for advanced input and output to terminal screen. More...
Go to the source code of this file.
Functions | |
void | clearScreen () |
Clear terminal screen by printing an escape sequence. More... | |
void | setColor (Color c) |
Set text color in terminal by printing an escape sequence. More... | |
void | locateCursor (const int row, const int col) |
Set cursor position to given coordinates in the terminal window. More... | |
Utitlies for advanced input and output to terminal screen.
Definition in file screen.c.
void clearScreen | ( | void | ) |
void locateCursor | ( | const int | row, |
const int | col | ||
) |