Modifier and Type | Method and Description |
---|---|
Updater |
NeuralNetworkPrototype.getUpdater() |
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 |
BaseMultiLayerUpdater<T extends Model>
BaseMultiLayerUpdater - core functionality for applying updaters to MultiLayerNetwork and ComputationGraph.
|
class |
LayerUpdater
Updater for a single layer, excluding MultiLayerNetwork (which also implements the Layer interface)
|
class |
MultiLayerUpdater
MultiLayerUpdater: Gradient updater for MultiLayerNetworks.
|
Modifier and Type | Method and Description |
---|---|
Updater |
MultiLayerUpdater.clone() |
static Updater |
UpdaterCreator.getUpdater(Model layer) |
Modifier and Type | Class and Description |
---|---|
class |
ComputationGraphUpdater
Gradient updater for ComputationGraph.
|
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.