MNIST is a simple computer vision dataset that consists of images of handwritten digits.
Some examples:
It also includes labels for each image, which we use to train our example models.
This package includes the following functionality:
- Download the dataset from storage.googleapis.com/cvdf-datasets/mnist,
- Create a
Datasetobject to iterate over it, use for training and evaluation. - A linear and a CNN model demo.
- A command-line demo (in the
demosub-directory).