| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.SGD.Momentum
Description
Provides the momentum function which implements 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.8.0.3-2sUF012Uk8gIqgMlYiSV0v" False) (C1 (MetaCons "Config" PrefixI True) (S1 (MetaSel (Just "alpha0") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: (S1 (MetaSel (Just "tau") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: S1 (MetaSel (Just "gamma") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))) | |