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.).
MNIST Testing data
| Format | Size | Size on disk |
|---|---|---|
| MNIST | 7,850,024 | 7,856,128 |
| Dense | 7,850,000 | 7,852,032 |
Example
use ;
let data: = array!;
let labels: = array!;
write;
let = read;