package
0.9.18
Repository: https://github.com/gorgonia/gorgonia.git
Documentation: pkg.go.dev

# README

This package contains primitives to read the mnist dataset as exposed on [Yann LeCun's website](

It exposes a single Load method that creates tensors from the data sets.

Take a look at the convnet directoy for a neural net implementation using the mnist dataset.

more info on the Gorgonia website: https://gorgonia.org/tutorials/mnist/

# Functions

Load loads the mnist data into two tensors typ can be "train", "test" loc represents where the mnist files are held.

# Constants

Height of the input tensor / picture.
Width of the input tensor / picture.

# Type aliases

Label is a digit label in 0 to 9.
Image holds the pixel intensities of an image.