Crate dense[][src]

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

Reads from dense file.

Writes to dense file.