MNIST-1LNN
1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
The single (output) layer of this network (a layer is number cells) More...
#include <1lnn.h>
Data Fields | |
Cell | cell [NUMBER_OF_OUTPUT_CELLS] |
The single (output) layer of this network (a layer is number cells)
Cell cell[NUMBER_OF_OUTPUT_CELLS] |