mnist-idx-conduit: conduit utilities for MNIST IDX files

[ bsd3, data, data-mining, data-science, library, machine-learning ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0
Change log Changelog.md
Dependencies base (>=4.7 && <5), binary, bytestring, conduit, containers, exceptions, hspec, resourcet, vector [details]
License BSD-3-Clause
Copyright 2021 Marco Zocca
Author Marco Zocca
Maintainer ocramz
Category Data, Data Science, Machine Learning, Data Mining
Home page https://github.com/ocramz/mnist-idx-conduit
Source repo head: git clone https://github.com/ocramz/mnist-idx-conduit
Uploaded by ocramz at 2021-05-12T09:30:24Z
Distributions LTSHaskell:0.4.0.0, NixOS:0.4.0.0, Stackage:0.4.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 724 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-12 [all 1 reports]

Readme for mnist-idx-conduit-0.3.0.0

[back to package description]

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.