| Copyright | (c) Huw Campbell 2016-2017 |
|---|---|
| License | BSD2 |
| Stability | experimental |
| Safe Haskell | Safe |
| Language | Haskell98 |
Grenade.Core.LearningParameters
Description
Documentation
This module contains learning algorithm specific code. Currently, this module should be consifered unstable, due to issue #26.
data LearningParameters Source #
Learning parameters for stochastic gradient descent.
Constructors
| LearningParameters | |
Fields | |
Instances