Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.transferlearning |
Modifier and Type | Field and Description |
---|---|
protected GradientNormalization |
NeuralNetConfiguration.Builder.gradientNormalization |
Modifier and Type | Method and Description |
---|---|
static GradientNormalization |
GradientNormalization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradientNormalization[] |
GradientNormalization.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.gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
|
Modifier and Type | Field and Description |
---|---|
protected GradientNormalization |
BaseLayer.gradientNormalization |
protected GradientNormalization |
BaseLayer.Builder.gradientNormalization |
Modifier and Type | Method and Description |
---|---|
T |
BaseLayer.Builder.gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
|
Modifier and Type | Field and Description |
---|---|
protected org.nd4j.linalg.primitives.Optional<GradientNormalization> |
FineTuneConfiguration.gradientNormalization |
Modifier and Type | Method and Description |
---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
|
Copyright © 2018. All rights reserved.