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/Half_moons/Config/index.html

Module Half_moons.ConfigSource

Configuration for the half moons dataset

Sourcetype t = {
  1. noise_range : float;
    (*

    Range of noise to add to the coordinates

    *)
  2. seed : int option;
    (*

    Optional random seed for reproducibility

    *)
}
Sourceval default : t
OCaml

Innovation. Community. Security.