Safe Haskell | None |
---|---|
Language | Haskell98 |
Numeric.SGD.Momentum
Description
Stochastic gradient descent with momentum, following:
Documentation
Momentum configuration
Constructors
Config | |
Instances
Eq Config Source # | |
Ord Config Source # | |
Show Config Source # | |
Generic Config Source # | |
Default Config Source # | |
Defined in Numeric.SGD.Momentum | |
type Rep Config Source # | |
Defined in Numeric.SGD.Momentum type Rep Config = D1 (MetaData "Config" "Numeric.SGD.Momentum" "sgd-0.5.0.0-LTFyabUnvFz8Z2zpTerSay" False) (C1 (MetaCons "Config" PrefixI True) (S1 (MetaSel (Just "gain0") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: (S1 (MetaSel (Just "tau") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: S1 (MetaSel (Just "gamma") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))) |