package neural_nets_lib

  1. Overview
  2. Docs

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.