Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.updater |
Modifier and Type | Field and Description |
---|---|
protected LearningRatePolicy |
NeuralNetConfiguration.learningRatePolicy |
protected LearningRatePolicy |
NeuralNetConfiguration.Builder.learningRatePolicy |
Modifier and Type | Method and Description |
---|---|
static LearningRatePolicy |
LearningRatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LearningRatePolicy[] |
LearningRatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.learningRateDecayPolicy(LearningRatePolicy policy)
Learning rate decay policy.
|
Modifier and Type | Field and Description |
---|---|
protected LearningRatePolicy |
Layer.Builder.learningRatePolicy |
Modifier and Type | Method and Description |
---|---|
T |
Layer.Builder.learningRateDecayPolicy(LearningRatePolicy policy)
Learning rate decay policy.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerUpdater.applyLrDecayPolicy(LearningRatePolicy decay,
Layer layer,
int iteration,
String variable)
Update learning rate based on policy
|
Copyright © 2016. All Rights Reserved.