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 |
AdaDeltaUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
AdaGradUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
AdamUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
BaseUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
LayerUpdater |
class |
MultiLayerUpdater
MultiLayerUpdater: Gradient updater for MultiLayerNetworks.
|
class |
NesterovsUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
NoOpUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
RmsPropUpdater
Deprecated.
As of 0.6.0. Use
instead |
class |
SgdUpdater
Deprecated.
As of 0.6.0. Use
instead |
Modifier and Type | Method and Description |
---|---|
Updater |
LayerUpdater.clone() |
Updater |
MultiLayerUpdater.clone() |
Updater |
BaseUpdater.clone()
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
static Updater |
NetSaverLoaderUtils.loadUpdators(String updatorPath)
Load model updators
|
Copyright © 2016. All Rights Reserved.