|
Deep Neural Network for MNIST Handwriting Recognition
1.0
Deep Neural Network for MNIST Handwriting Recognition
|
Variably-sized data structure that serves as the over container for a whole network. More...
#include <dnn.h>
Data Fields | |
| ByteSize | size |
| double | learningRate |
| int | weightCount |
| Weight * | weightsPtr |
| Weight | nullWeight |
| int | layerCount |
| Layer | layers [] |
Variably-sized data structure that serves as the over container for a whole network.
| int layerCount |
| Layer layers[] |
| double learningRate |
| Weight nullWeight |
| ByteSize size |
| int weightCount |
| Weight* weightsPtr |
1.8.10