module Add:sig..end
type neuron_typ = {
|
mutable in_shape : |
|
mutable out_shape : |
val create : unit -> neuron_typ
val connect : int array -> neuron_typ -> unit
val run : Owl_algodiff.S.t array -> 'a -> Owl_algodiff.S.t
val to_string : neuron_typ -> string