Package | Description |
---|---|
org.deeplearning4j.arbiter | |
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.transferlearning |
Modifier and Type | Field and Description |
---|---|
protected ParameterSpace<BackpropType> |
BaseNetworkSpace.backpropType |
Modifier and Type | Method and Description |
---|---|
T |
BaseNetworkSpace.Builder.backpropType(BackpropType backpropType) |
Modifier and Type | Method and Description |
---|---|
T |
BaseNetworkSpace.Builder.backpropType(ParameterSpace<BackpropType> backpropType) |
Modifier and Type | Field and Description |
---|---|
protected BackpropType |
ComputationGraphConfiguration.backpropType |
protected BackpropType |
ComputationGraphConfiguration.GraphBuilder.backpropType |
protected BackpropType |
MultiLayerConfiguration.backpropType |
protected BackpropType |
MultiLayerConfiguration.Builder.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 |
---|---|
ComputationGraphConfiguration.GraphBuilder |
ComputationGraphConfiguration.GraphBuilder.backpropType(BackpropType type)
The type of backprop.
|
MultiLayerConfiguration.Builder |
MultiLayerConfiguration.Builder.backpropType(@NonNull 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 © 2020. All rights reserved.