MNIST-1LNN
1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
Data structure containing defined number of integer values (the output vector contains values for 0-9) More...
#include <1lnn.h>
Data Fields | |
int | val [NUMBER_OF_OUTPUT_CELLS] |
Data structure containing defined number of integer values (the output vector contains values for 0-9)
int val[NUMBER_OF_OUTPUT_CELLS] |