Deep Neural Network for MNIST Handwriting Recognition  1.0
Deep Neural Network for MNIST Handwriting Recognition
Data Fields
MNIST_ImageFileHeader Struct Reference

Data block defining a MNIST image file header. More...

#include <mnist-utils.h>

Data Fields

uint32_t magicNumber
 
uint32_t maxImages
 
uint32_t imgWidth
 
uint32_t imgHeight
 

Detailed Description

Data block defining a MNIST image file header.

Attention
The fields in this structure are not used. What matters is their byte size to move the file pointer to the first image.
See also
http://yann.lecun.com/exdb/mnist/ for details

Field Documentation

uint32_t imgHeight
uint32_t imgWidth
uint32_t magicNumber
uint32_t maxImages

The documentation for this struct was generated from the following file: