This package:
Data.Binaryinstances for MNIST data- Didn't use mnist-idx because no support for pixels stored as
Word8 - Works lazily
- Demo in
Main.hswhich prints the dataset and its labels.
In the package root,
cabal repl
:l Main
:main ./data/images ./data/labels
Where ./data/images and ./data/labels contain (unzipped) MNIST images and
labels, respectively.