package neural_nets_lib

  1. Overview
  2. Docs
A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.0.4.tar.gz
md5=5beaaa0b377bec3badffffbf9f4dec4a
sha512=a37a67452746143f0f5ba2e81f98d6fed31fb4397e0a85f4a35aedc805b4e0405ea89d465c6f80941c465fb61d5d6119806cb73b5c5ead925797eb80d19c5ade

doc/neural_nets_lib.datasets/Datasets/Mnist/Config/index.html

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.