Deep Neural Network for MNIST Handwriting Recognition
1.0
Deep Neural Network for MNIST Handwriting Recognition
|
Variably-sized data structure modeling a neuron with a variable number of connections/weights. More...
#include <dnn.h>
Data Fields | |
ByteSize | size |
Weight | bias |
double | output |
double | errorSum |
int | backwardConnCount |
int | forwardConnCount |
Connection | connections [] |
Variably-sized data structure modeling a neuron with a variable number of connections/weights.
int backwardConnCount |
Weight bias |
Connection connections[] |
double errorSum |
int forwardConnCount |
double output |
ByteSize size |