Neuron.Inittype typ = | Uniform of float * float| Gaussian of float * float| Standard| Tanh| GlorotNormal| GlorotUniform| LecunNormal| HeNormal| Custom of int array -> Optimise.Algodiff.tInitialisation types
*)val run : typ -> int array -> Optimise.Algodiff.t -> Optimise.Algodiff.tExecute the computation in this neuron.
val to_string : typ -> stringConvert the neuron to its string representation. The string is often a summary of the parameters defined in the neuron.