@hackage / mnist-idx-conduit

conduit utilities for MNIST IDX files

Latest0.4.0.0

About

Metadata

  • Last updated , by ocramz
  • License BSD-3-Clause
  • Maintained by: ocramz

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.4

Readme

mnist-idx-conduit

Conduit decoders for MNIST IDX data files, as described in http://yann.lecun.com/exdb/mnist/ .

The IDX format is a low-level binary representation for storing general vector, image or tensor data.

Here the parsers are specialized to the MNIST dataset, which stores scans of handwritten digits and is a classic benchmark for text classification.