| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf | |
| org.deeplearning4j.nn.conf.layers |
| 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 |
Layer.gradientNormalization |
protected GradientNormalization |
Layer.Builder.gradientNormalization |
| Modifier and Type | Method and Description |
|---|---|
T |
Layer.Builder.gradientNormalization(GradientNormalization gradientNormalization)
Gradient normalization strategy.
|
Copyright © 2016. All Rights Reserved.