Package | Description |
---|---|
org.deeplearning4j.optimize.solvers | |
org.deeplearning4j.optimize.terminations |
Modifier and Type | Field and Description |
---|---|
protected Collection<TerminationCondition> |
BaseOptimizer.terminationConditions |
Modifier and Type | Class and Description |
---|---|
class |
EpsTermination
Epsilon termination (absolute change based on tolerance)
|
class |
Norm2Termination
Terminate if the norm2 of the gradient is < a certain tolerance
|
class |
ZeroDirection
Absolute magnitude of gradient is 0
|
Copyright © 2016. All Rights Reserved.