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
- Host: GitHub
- URL: https://github.com/ocramz/mnist-idx-conduit
- Owner: ocramz
- License: bsd-3-clause
- Created: 2021-05-09T10:54:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T13:34:22.000Z (over 4 years ago)
- Last Synced: 2024-05-01T23:25:17.769Z (over 1 year ago)
- Topics: dataset, mnist-dataset, on-line-learning, streaming-data
- Language: Haskell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
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.