Package | Description |
---|---|
org.deeplearning4j.nn.api | |
org.deeplearning4j.nn.multilayer | |
org.deeplearning4j.nn.updater | |
org.deeplearning4j.optimize.api | |
org.deeplearning4j.optimize.solvers |
Modifier and Type | Method and Description |
---|---|
Updater |
Updater.clone() |
Modifier and Type | Method and Description |
---|---|
Updater |
MultiLayerNetwork.getUpdater()
Get the updater for this MultiLayerNetwork
|
Modifier and Type | Method and Description |
---|---|
void |
MultiLayerNetwork.setUpdater(Updater updater)
Set the updater for the MultiLayerNetwork
|
Modifier and Type | Class and Description |
---|---|
class |
LayerUpdater |
class |
MultiLayerUpdater
MultiLayerUpdater: Gradient updater for MultiLayerNetworks.
|
Modifier and Type | Method and Description |
---|---|
Updater |
LayerUpdater.clone() |
Updater |
MultiLayerUpdater.clone() |
static Updater |
UpdaterCreator.getUpdater(Model layer) |
Modifier and Type | Method and Description |
---|---|
Updater |
ConvexOptimizer.getUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
ConvexOptimizer.setUpdater(Updater updater) |
Modifier and Type | Field and Description |
---|---|
protected Updater |
BaseOptimizer.updater |
Modifier and Type | Method and Description |
---|---|
Updater |
BaseOptimizer.getUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
BaseOptimizer.setUpdater(Updater updater) |
Copyright © 2017. All Rights Reserved.