Crate dense

Source
Expand description

An encoder/decoder to/from dense files.

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

Functionsยง

read
Reads from dense file.
write
Writes to dense file.