An open API service indexing awesome lists of open source software.

https://github.com/ocramz/mnist-idx-conduit

conduit utilities for mnist-idx
https://github.com/ocramz/mnist-idx-conduit

dataset mnist-dataset on-line-learning streaming-data

Last synced: 8 months ago
JSON representation

conduit utilities for mnist-idx

Awesome Lists containing this project

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.