package neural_nets_lib

  1. Overview
  2. Docs

Module Mnist.ConfigSource

Sourcetype t = {
  1. name : string;
  2. cache_subdir : string;
  3. train_images_url : string;
  4. train_labels_url : string;
  5. test_images_url : string;
  6. test_labels_url : string;
  7. image_magic_number : int;
  8. label_magic_number : int;
}
Sourceval mnist : t
Sourceval fashion_mnist : t
OCaml

Innovation. Community. Security.