package owl-base

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing - Base

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-1.2.tbz
sha256=3817a2e4391922c8a2225b4e33ca95da6809246994e6bf291a300c82d8cac6c5
sha512=68a21f540cb4a289419f35cd152d132af36f1000fb41f98bab6e100698820379e36d650c5aa70a0126513451b354f86a28ea4ecf6f1d3b196b5b5e56f0fac9bd

doc/owl-base/Owl_neural_generic/Make_Embedded/Neuron/Lambda/index.html

Module Neuron.LambdaSource

Sourcetype neuron_typ = Owl_neural_neuron.Make(Owl_optimise_generic.Make(Owl_algodiff_generic.Make(A))).Lambda.neuron_typ = {
  1. mutable lambda : Optimise.Algodiff.t -> Optimise.Algodiff.t;
  2. mutable in_shape : int array;
  3. mutable out_shape : int array;
}
Sourceval create : ?out_shape:int array -> (Optimise.Algodiff.t -> Optimise.Algodiff.t) -> neuron_typ
Sourceval connect : int array -> neuron_typ -> unit
Sourceval to_string : neuron_typ -> string
Sourceval to_name : unit -> string