| 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 |
|---|---|
ConvolutionLayer.Builder |
ConvolutionLayer.Builder.gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
|
T |
BaseLayer.Builder.gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
|
| Modifier and Type | Field and Description |
|---|---|
protected GradientNormalization |
FineTuneConfiguration.gradientNormalization |
Copyright © 2017. All rights reserved.