Uses of Class
org.deeplearning4j.nn.conf.Updater
-
Packages that use Updater Package Description org.deeplearning4j.nn.conf org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.transferlearning -
-
Uses of Updater in org.deeplearning4j.nn.conf
Methods in org.deeplearning4j.nn.conf that return Updater Modifier and Type Method 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.Methods in org.deeplearning4j.nn.conf with parameters of type Updater Modifier and Type Method Description NeuralNetConfiguration.Builder
NeuralNetConfiguration.Builder. updater(Updater updater)
Deprecated. -
Uses of Updater in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers with parameters of type Updater Modifier and Type Method Description T
BaseLayer.Builder. updater(Updater updater)
Deprecated. -
Uses of Updater in org.deeplearning4j.nn.transferlearning
Methods in org.deeplearning4j.nn.transferlearning with parameters of type Updater Modifier and Type Method Description FineTuneConfiguration.Builder
FineTuneConfiguration.Builder. updater(Updater updater)
Deprecated.
-