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.1.2.tar.gz
md5=529f0921963a6eee0194159a9c0fea41
sha512=fc16e8b6cd72cb2ae18277b3727d065fa6c1d137e3187f9586fb0bfe7edeb45597cb58f389e79c20d7e3ae80661e6f9f20e0b95dcbbf27ee5688bcc571d395dd

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