BSD-3-Clause licensed by Marco Zocca
Maintained by ocramz
This version can be pinned in stack with:mnist-idx-conduit-0.4.0.0@sha256:efab42aff84c2c292f9ed733978d4908c89697a2b6880c78f01a2cd25aa06eb4,2211

Module documentation for 0.4.0.0

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.

Changes

0.4

  • add new parameter to source functions : optional maximum number of data elements

0.3