Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.transferlearning |
Modifier and Type | Field and Description |
---|---|
protected Updater |
NeuralNetConfiguration.Builder.updater |
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 |
Layer.updater |
protected Updater |
Layer.Builder.updater |
Modifier and Type | Method and Description |
---|---|
Updater |
CenterLossOutputLayer.getUpdaterByParam(String paramName) |
Updater |
BatchNormalization.getUpdaterByParam(String paramName) |
Updater |
Layer.getUpdaterByParam(String paramName)
Get the updater for the given parameter.
|
Modifier and Type | Method and Description |
---|---|
T |
Layer.Builder.updater(Updater updater)
Gradient updater.
|
Modifier and Type | Field and Description |
---|---|
protected Updater |
FineTuneConfiguration.updater |
Copyright © 2017. All Rights Reserved.