Backprop.Algebra
val sigmoid : float -> float
The sigmoid activation function.
val relu : float -> float
Rectified linear unit.
val step : float -> float
Step function.
module Vector : sig ... end
Vectors.
module Matrix : sig ... end
Operations on matrices.
module Linear : sig ... end
Linear maps. Those are roughly the same as matrices, excepting for the convention that arguments are input and then output.
module Tensor : sig ... end