Package | Description |
---|---|
org.deeplearning4j.optimize.optimizers | |
org.deeplearning4j.optimize.solvers |
Modifier and Type | Field and Description |
---|---|
protected OptimizerMatrix |
NeuralNetworkOptimizer.opt |
Modifier and Type | Class and Description |
---|---|
class |
StochasticHessianFree
Hessian Free Optimization
by Ryan Kiros http://www.cs.toronto.edu/~rkiros/papers/shf13.pdf
|
class |
VectorizedDeepLearningGradientAscent
Vectorized Stochastic Gradient Ascent
|
class |
VectorizedNonZeroStoppingConjugateGradient
Modified based on cc.mallet.optimize.ConjugateGradient
no termination when zero tolerance
|
Copyright © 2014. All rights reserved.