Module multistochgrad::mnist

source ·
Expand description

Structure and functions to read MNIST database

Structs§

  • A struct to load/store MNIST data
    stores labels (i.e : digits between 0 and 9) coming from file train-labels-idx1-ubyte
    and hand written characters as 28*28 images with values between 0 and 255 coming from train-images-idx3-ubyte

Functions§