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ยง

  • Reads from dense file.
  • Writes to dense file.