Skip to content

statusfailed/mnist-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data.MNIST

This package:

  • Data.Binary instances for MNIST data
  • Didn't use mnist-idx because no support for pixels stored as Word8
  • Works lazily
  • Demo in Main.hs which prints the dataset and its labels.

Example usage

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors