package owl-base

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

Module Owl_neural_compiler.MakeSource

Parameters

Signature

Sourcemodule Engine : sig ... end
Sourcemodule Neural : sig ... end

Naive compilation functions, need to pass in loss function

Shallow compilation functions, includes only gradient

Deep compilation functions, includes gs, us, ps, ch, and new weights

Sourceval make_update_fun : Engine.graph -> unit -> unit
Sourceval model_inputs : ?optimise:bool -> ?batch_size:int -> Neural.Graph.network -> Neural.Algodiff.t array -> Neural.Algodiff.t array
Sourceval model : ?optimise:bool -> ?batch_size:int -> Neural.Graph.network -> Neural.Algodiff.t -> Neural.Algodiff.t
OCaml

Innovation. Community. Security.