Deep Neural Network for MNIST Handwriting Recognition
1.0
Deep Neural Network for MNIST Handwriting Recognition
|
Data structure defining a 3-dimensional vector used to define the size of a node map. More...
#include <dnn.h>
Data Fields | |
int | width |
int | height |
int | depth |
Data structure defining a 3-dimensional vector used to define the size of a node map.
int depth |
int height |
int width |