sgd-0.5.0.0: Stochastic gradient descent

Safe HaskellSafe
LanguageHaskell98

Numeric.SGD.Type

Synopsis
  • type SGD m e p = p -> Pipe e p m ()

Documentation

type SGD m e p = p -> Pipe e p m () Source #

SGD is a pipe which, given the initial parameter values, consumes training elements of type e and outputs the subsequently calculated parameter sets of type p.