Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.conf.layers.misc | |
org.deeplearning4j.nn.transferlearning |
Modifier and Type | Field and Description |
---|---|
protected Updater |
NeuralNetConfiguration.Builder.updater
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Updater |
Updater.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Updater[] |
Updater.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.updater(Updater updater)
Gradient updater.
|
Modifier and Type | Field and Description |
---|---|
protected Updater |
BaseLayer.updater
Deprecated.
|
protected Updater |
BaseLayer.Builder.updater
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Updater |
Layer.getUpdaterByParam(String paramName)
Deprecated.
|
Updater |
BatchNormalization.getUpdaterByParam(String paramName) |
Updater |
CenterLossOutputLayer.getUpdaterByParam(String paramName)
Deprecated.
|
Updater |
BaseLayer.getUpdaterByParam(String paramName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ConvolutionLayer.Builder |
ConvolutionLayer.Builder.updater(Updater updater)
Gradient updater.
|
T |
BaseLayer.Builder.updater(Updater updater)
Gradient updater.
|
Modifier and Type | Method and Description |
---|---|
Updater |
FrozenLayer.getUpdaterByParam(String paramName) |
Modifier and Type | Field and Description |
---|---|
protected Updater |
FineTuneConfiguration.updater
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.updater(Updater updater) |
Copyright © 2017. All rights reserved.