package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

Dune Dependency

Authors

Maintainers

Sources

owl-1.0.0.tbz
sha256=d91ba09488edd602dad845f68db1f980a601bdbb55d9516e3b59681eca20debe
sha512=9b31c3474a94c3b11d1dedba00639e770737e61f2e724a1288066ed976e4d0f8afe891a430e17ecf525fbca92e433d71d1b66d3ba17d4e299a4f8fdc3b902461

doc/owl/Owl_regression_generic/Make/argument-1-Optimise/Loss/index.html

Module Optimise.Loss

Loss module

type typ =
  1. | Hinge
  2. | L1norm
  3. | L2norm
  4. | Quadratic
  5. | Cross_entropy
  6. | Custom of Algodiff.t -> Algodiff.t -> Algodiff.t

Types of loss functions.

val run : typ -> Algodiff.t -> Algodiff.t -> Algodiff.t

Execute the computations defined in module ``typ``.

val to_string : typ -> string

Convert the module ``typ`` to its string representation.

OCaml

Innovation. Community. Security.