Package | Description |
---|---|
org.deeplearning4j.nn.conf | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.conf.weightnoise | |
org.deeplearning4j.nn.transferlearning |
Modifier and Type | Field and Description |
---|---|
protected IWeightNoise |
NeuralNetConfiguration.Builder.weightNoise |
Modifier and Type | Method and Description |
---|---|
NeuralNetConfiguration.Builder |
NeuralNetConfiguration.Builder.weightNoise(IWeightNoise weightNoise)
Set the weight noise (such as
DropConnect and
WeightNoise ) for the 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 | Field and Description |
---|---|
protected IWeightNoise |
BaseLayer.weightNoise |
protected IWeightNoise |
BaseLayer.Builder.weightNoise
Set the weight noise (such as
DropConnect and WeightNoise ) for this layer |
Modifier and Type | Method and Description |
---|---|
T |
BaseLayer.Builder.weightNoise(IWeightNoise weightNoise)
Set the weight noise (such as
DropConnect and WeightNoise ) for this layer |
Modifier and Type | Class and Description |
---|---|
class |
DropConnect
DropConnect, based on Wan et.
|
class |
WeightNoise
Apply noise of the specified distribution to the weights at training time.
|
Modifier and Type | Method and Description |
---|---|
IWeightNoise |
IWeightNoise.clone() |
Modifier and Type | Field and Description |
---|---|
protected Optional<IWeightNoise> |
FineTuneConfiguration.weightNoise |
Modifier and Type | Method and Description |
---|---|
FineTuneConfiguration.Builder |
FineTuneConfiguration.Builder.weightNoise(IWeightNoise weightNoise)
Set the weight noise (such as
DropConnect and
WeightNoise ) |
Copyright © 2020. All rights reserved.