public static class DropoutLayer.Builder extends FeedForwardLayer.Builder<DropoutLayer.Builder>
nIn, nOut
activationFn, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, iupdater, l1, l1Bias, l2, l2Bias, weightInit, weightNoise
allParamConstraints, biasConstraints, iDropout, layerName, weightConstraints
Constructor and Description |
---|
Builder(double dropout)
Create a dropout layer with standard
Dropout , with the specified probability of retaining the
input activation. |
Builder(IDropout dropout) |
Modifier and Type | Method and Description |
---|---|
DropoutLayer |
build() |
nIn, nIn, nOut, nOut, units
activation, activation, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, updater, updater, weightInit, weightInit, weightNoise
constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, name
public Builder(double dropout)
Dropout
, with the specified probability of retaining the
input activation. See Dropout
for the full detailsdropout
- Activation retain probability.public DropoutLayer build()
build
in class Layer.Builder<DropoutLayer.Builder>
Copyright © 2018. All rights reserved.