dense 1.0.0

Reads generic data and label files in the MNIST file format.
Documentation
1
2
3
4
5
6
7
8
9
# Dense

An encoder/decoder to/from dense files.

A file format simpler and denser than MNIST, a dense file is binary file of seqeuantial training examples and nothing else (example->label->example->label->etc.).

Format | Size | Size on disk
--- | --- | ---
MNIST | 7,850,024 | 7,856,128
Dense | 7,850,000 | 7,852,032