package owl

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

Module Neuron.ActivationSource

Sourcetype typ = Owl_neural_generic.Make_Embedded(Owl_dense_ndarray.D).Neuron.Activation.typ =
  1. | Elu
  2. | Relu
  3. | Sigmoid
  4. | HardSigmoid
  5. | Softmax of int
  6. | Softplus
  7. | Softsign
  8. | Tanh
  9. | Relu6
  10. | LeakyRelu of float
  11. | TRelu of float
  12. | Custom of Optimise.Algodiff.t -> Optimise.Algodiff.t
  13. | None
Sourcetype neuron_typ = Owl_neural_generic.Make_Embedded(Owl_dense_ndarray.D).Neuron.Activation.neuron_typ = {
  1. mutable activation : typ;
  2. mutable in_shape : int array;
  3. mutable out_shape : int array;
}
Sourceval create : typ -> neuron_typ
Sourceval connect : int array -> neuron_typ -> unit
Sourceval activation_to_string : typ -> string
Sourceval to_string : neuron_typ -> string
Sourceval to_name : unit -> string
OCaml

Innovation. Community. Security.