MNIST-3LNN
1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
|
Dynamic data structure holding the whole network. More...
#include <3lnn.h>
Data Fields | |
int | inpNodeSize |
int | inpLayerSize |
int | hidNodeSize |
int | hidLayerSize |
int | outNodeSize |
int | outLayerSize |
double | learningRate |
Factor by which connection weight changes are applied. More... | |
ActFctType | hidLayerActType |
ActFctType | outLayerActType |
Layer | layers [] |
ActFctType hidLayerActType |
double learningRate |
ActFctType outLayerActType |