Package | Description |
---|---|
org.deeplearning4j.optimize.solvers |
Modifier and Type | Class and Description |
---|---|
class |
ConjugateGradient
Originally based on cc.mallet.optimize.ConjugateGradient
Rewritten based on Conjugate Gradient algorithm in Bengio et al.,
Deep Learning (in preparation) Ch8.
|
class |
LBFGS
LBFGS
|
class |
LineGradientDescent
Stochastic Gradient Descent with Line Search
|
class |
StochasticGradientDescent
Stochastic Gradient Descent
Standard fix step size
No line search
|
Copyright © 2018. All rights reserved.