![]() |
MNIST-3LNN
1.0
A simple 3-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.
Typedefs | |
| typedef enum Color | Color |
Enumerations | |
| enum | Color { WHITE, RED, GREEN, YELLOW, BLUE, CYAN } |
Functions | |
| void | clearScreen (void) |
| 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.h.
| void clearScreen | ( | void | ) |
| void locateCursor | ( | const int | row, |
| const int | col | ||
| ) |
1.8.10