MNIST-3LNN
1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
Dynamic data structure modeling a neuron with a variable number of connections/weights. More...
#include <3lnn.h>
Data Fields | |
double | bias |
double | output |
int | wcount |
double | weights [] |
Dynamic data structure modeling a neuron with a variable number of connections/weights.