package owl

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

Module Neuron.InitSource

Sourcetype typ = Owl_neural_generic.Make_Embedded(Owl_dense_ndarray.D).Neuron.Init.typ =
  1. | Uniform of float * float
  2. | Gaussian of float * float
  3. | Standard
  4. | Tanh
  5. | GlorotNormal
  6. | GlorotUniform
  7. | LecunNormal
  8. | Custom of int array -> Optimise.Algodiff.t
Sourceval calc_fans : int array -> float * float
Sourceval to_string : typ -> string
Sourceval to_name : unit -> string
OCaml

Innovation. Community. Security.