| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.SGD.AdaDelta
Description
Provides the adaDelta function which implements the AdaDelta algorithm
as described in the following paper:
Documentation
AdaDelta configuration
Instances
| Eq Config Source # | |
| Ord Config Source # | |
| Show Config Source # | |
| Generic Config Source # | |
| Default Config Source # | |
Defined in Numeric.SGD.AdaDelta | |
| type Rep Config Source # | |
Defined in Numeric.SGD.AdaDelta type Rep Config = D1 (MetaData "Config" "Numeric.SGD.AdaDelta" "sgd-0.8.0.3-2sUF012Uk8gIqgMlYiSV0v" False) (C1 (MetaCons "Config" PrefixI True) (S1 (MetaSel (Just "decay") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double) :*: S1 (MetaSel (Just "eps") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))) | |