MNIST-1LNN
1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
Core unit of the neural network (neuron and synapses) More...
#include <1lnn.h>
Data Fields | |
double | input [NUMBER_OF_INPUT_CELLS] |
double | weight [NUMBER_OF_INPUT_CELLS] |
double | output |
double | bias |
double input[NUMBER_OF_INPUT_CELLS] |
double weight[NUMBER_OF_INPUT_CELLS] |