| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf | |
| org.deeplearning4j.nn.conf.dropout | |
| org.deeplearning4j.nn.conf.layers | |
| org.deeplearning4j.nn.transferlearning |
| Modifier and Type | Field and Description |
|---|---|
protected IDropout |
NeuralNetConfiguration.Builder.idropOut |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.dropOut(IDropout dropout)
Set the dropout for all layers in this network
Note: values set by this method will be applied to all applicable layers in the network, unless a different value is explicitly set on a given layer. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaDropout |
class |
Dropout |
class |
GaussianDropout |
class |
GaussianNoise |
class |
SpatialDropout |
| Modifier and Type | Method and Description |
|---|---|
IDropout |
GaussianNoise.clone() |
IDropout |
IDropout.clone() |
IDropout |
SpatialDropout.clone() |
| Modifier and Type | Field and Description |
|---|---|
protected IDropout |
Layer.iDropout |
protected IDropout |
Layer.Builder.iDropout |
| Modifier and Type | Method and Description |
|---|---|
T |
Layer.Builder.dropOut(IDropout dropout)
Set the dropout for all layers in this network
|
static void |
LayerValidation.generalValidation(String layerName,
Layer layer,
IDropout iDropout,
List<Regularization> regularization,
List<Regularization> regularizationBias,
List<LayerConstraint> allParamConstraints,
List<LayerConstraint> weightConstraints,
List<LayerConstraint> biasConstraints) |
| Constructor and Description |
|---|
Builder(IDropout dropout) |
DropoutLayer(IDropout dropout) |
| Modifier and Type | Field and Description |
|---|---|
protected Optional<IDropout> |
FineTuneConfiguration.dropout |
| Modifier and Type | Method and Description |
|---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.dropout(IDropout dropout)
Set the dropout
|
Copyright © 2021. All rights reserved.