# README
mnist
This is a Go package for testing classifiers on the MNIST database of handwritten digits.
# Functions
No description provided by the author
No description provided by the author
# Variables
go:embed data/t10k-images-idx3-ubyte.gz.
go:embed data/t10k-labels-idx1-ubyte.gz.
go:embed data/train-images-idx3-ubyte.gz.
go:embed data/train-labels-idx1-ubyte.gz.