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

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

Field Documentation

uint32_t imgHeight

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

uint32_t imgWidth

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

uint32_t magicNumber

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

uint32_t maxImages

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


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