Module Owl_opt.D
module Gd = Owl_opt__.Gd_d
Double-precision vanilla gradient descent (see:
Owl_opt.D.Gd.Make
).
module Adam = Owl_opt__.Adam_d
Double-precision Adam (see:
Owl_opt.D.Adam.Make
).
module Rmsprop = Owl_opt__.Rmsprop_d
Double-precision Rmsprop (see:
Owl_opt.D.Rmsprop.Make
).