Idris2Doc : NN.Architectures.MLP

NN.Architectures.MLP

(source)

Definitions

multiLayerPerceptron : Numa=>AllAlgebra [ieva] a=>TensorMonoid (ieva.cont) =>Nat->Tensor [ieva] a-\->Tensor [ieva] a-> {defaultFalse_ : Bool} ->Tensor [ieva] a-\->Tensor [ieva] a
  N-layer multi-layer perceptron with a specified activation function,
and flag for whether the last layer should have it

Visibility: public export