MNIST-1LNN  1.0
A simple 1-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
Data Fields
MNIST_Image Struct Reference

Data block defining a MNIST image. More...

#include <mnist-utils.h>

Data Fields

uint8_t pixel [28 *28]
 

Detailed Description

Data block defining a MNIST image.

See also
http://yann.lecun.com/exdb/mnist/ for details

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

Field Documentation

uint8_t pixel[28 *28]

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


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