| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf | |
| org.deeplearning4j.nn.transferlearning |
| Modifier and Type | Field and Description |
|---|---|
protected BackpropType |
MultiLayerConfiguration.backpropType |
protected BackpropType |
MultiLayerConfiguration.Builder.backpropType |
protected BackpropType |
ComputationGraphConfiguration.backpropType |
protected BackpropType |
ComputationGraphConfiguration.GraphBuilder.backpropType |
| Modifier and Type | Method and Description |
|---|---|
static BackpropType |
BackpropType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackpropType[] |
BackpropType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MultiLayerConfiguration.Builder |
MultiLayerConfiguration.Builder.backpropType(BackpropType type)
The type of backprop.
|
ComputationGraphConfiguration.GraphBuilder |
ComputationGraphConfiguration.GraphBuilder.backpropType(BackpropType type)
The type of backprop.
|
| Modifier and Type | Field and Description |
|---|---|
protected BackpropType |
FineTuneConfiguration.backpropType |
| Modifier and Type | Method and Description |
|---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.backpropType(BackpropType backpropType)
The type of backprop.
|
Copyright © 2018. All rights reserved.