MNIST-1LNN  1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
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

Definition at line 73 of file mnist-utils.h.

Field Documentation

uint32_t magicNumber

Definition at line 74 of file mnist-utils.h.

uint32_t maxImages

Definition at line 75 of file mnist-utils.h.


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