package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Optimise.Learning_RateSource

Sourcetype typ = Owl_optimise_generic.Make(Owl_algodiff_generic.Make(Owl_algodiff_primal_ops.S)).Learning_Rate.typ =
  1. | Adagrad of float
  2. | Const of float
  3. | Decay of float * float
  4. | Exp_decay of float * float
  5. | RMSprop of float * float
  6. | Adam of float * float * float
  7. | Schedule of float array
Sourceval run : typ -> int -> Algodiff.t -> Algodiff.t array -> Algodiff.t
Sourceval default : typ -> typ
Sourceval update_ch : typ -> Algodiff.t -> Algodiff.t array -> Algodiff.t array
Sourceval to_string : typ -> string
OCaml

Innovation. Community. Security.