# 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.