| Package | Description |
|---|---|
| org.deeplearning4j.nn.graph | |
| org.deeplearning4j.nn.updater.graph | |
| org.deeplearning4j.optimize.api | |
| org.deeplearning4j.optimize.solvers |
| Modifier and Type | Method and Description |
|---|---|
ComputationGraphUpdater |
ComputationGraph.getUpdater()
Get the ComputationGraphUpdater for the network
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputationGraph.setUpdater(ComputationGraphUpdater updater)
Set the computationGraphUpdater for the network
|
| Modifier and Type | Method and Description |
|---|---|
ComputationGraphUpdater |
ComputationGraphUpdater.clone() |
| Modifier and Type | Method and Description |
|---|---|
ComputationGraphUpdater |
ConvexOptimizer.getComputationGraphUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConvexOptimizer.setUpdaterComputationGraph(ComputationGraphUpdater updater) |
| Modifier and Type | Field and Description |
|---|---|
protected ComputationGraphUpdater |
BaseOptimizer.computationGraphUpdater |
| Modifier and Type | Method and Description |
|---|---|
ComputationGraphUpdater |
BaseOptimizer.getComputationGraphUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseOptimizer.setUpdaterComputationGraph(ComputationGraphUpdater updater) |
Copyright © 2016. All Rights Reserved.