Module Owl_neural_neuron.Init

module Init: sig .. end

type typ = 
| Uniform of float * float
| Gaussian of float * float
| Standard
| Tanh
| Custom of (int -> int -> float)
val run : typ -> int -> int -> Owl_algodiff.S.t
val to_string : typ -> string