Uses of Class
org.deeplearning4j.nn.conf.layers.samediff.AbstractSameDiffLayer.Builder
-
Packages that use AbstractSameDiffLayer.Builder Package Description org.deeplearning4j.nn.conf.layers org.deeplearning4j.nn.conf.layers.samediff -
-
Uses of AbstractSameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers
Subclasses of AbstractSameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description static classCapsuleLayer.Builderstatic classCapsuleStrengthLayer.Builderstatic classLearnedSelfAttentionLayer.Builderstatic classLocallyConnected1D.Builderstatic classLocallyConnected2D.Builderstatic classPrimaryCapsules.Builderstatic classRecurrentAttentionLayer.Builderstatic classSelfAttentionLayer.Builder -
Uses of AbstractSameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers.samediff
Classes in org.deeplearning4j.nn.conf.layers.samediff with type parameters of type AbstractSameDiffLayer.Builder Modifier and Type Class Description static classAbstractSameDiffLayer.Builder<T extends AbstractSameDiffLayer.Builder<T>>Subclasses of AbstractSameDiffLayer.Builder in org.deeplearning4j.nn.conf.layers.samediff Modifier and Type Class Description static classSameDiffLayer.Builder<T extends SameDiffLayer.Builder<T>>Methods in org.deeplearning4j.nn.conf.layers.samediff that return AbstractSameDiffLayer.Builder Modifier and Type Method Description AbstractSameDiffLayer.BuilderAbstractSameDiffLayer.Builder. regularization(List<Regularization> regularization)Set the regularization for the parameters (excluding biases) - for exampleWeightDecayAbstractSameDiffLayer.BuilderAbstractSameDiffLayer.Builder. regularizationBias(List<Regularization> regularizationBias)Set the regularization for the biases only - for exampleWeightDecayAbstractSameDiffLayer.BuilderAbstractSameDiffLayer.Builder. weightDecay(double coefficient)Add weight decay regularization for the network parameters (excluding biases).
This applies weight decay with multiplying the learning rate - seeWeightDecayfor more details.AbstractSameDiffLayer.BuilderAbstractSameDiffLayer.Builder. weightDecay(double coefficient, boolean applyLR)Add weight decay regularization for the network parameters (excluding biases).AbstractSameDiffLayer.BuilderAbstractSameDiffLayer.Builder. weightDecayBias(double coefficient)Weight decay for the biases only - seeweightDecay(double)for more details.AbstractSameDiffLayer.BuilderAbstractSameDiffLayer.Builder. weightDecayBias(double coefficient, boolean applyLR)Weight decay for the biases only - seeweightDecay(double)for more detailsConstructors in org.deeplearning4j.nn.conf.layers.samediff with parameters of type AbstractSameDiffLayer.Builder Constructor Description AbstractSameDiffLayer(AbstractSameDiffLayer.Builder builder)
-