Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.transferlearning |
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
BaseLayer.Builder.updater(Updater updater)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.updater(Updater updater)
Deprecated.
|
Copyright © 2018. All rights reserved.