Module Owl_neural_optimise.Regularisation

module Regularisation: sig .. end

type typ = 
| L1norm of float
| L2norm of float
| Elastic_net of float * float
| None
val run : typ ->
Owl_algodiff.S.t -> Owl_algodiff.S.t
val to_string : typ -> string