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

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

#include <mnist-utils.h>

Data Fields

uint32_t magicNumber
 
uint32_t maxImages
 

Detailed Description

Data block defining a MNIST label 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 label.
See also
http://yann.lecun.com/exdb/mnist/ for details

Field Documentation

uint32_t magicNumber
uint32_t maxImages

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