Uses of Class
org.deeplearning4j.nn.conf.layers.DenseLayer.Builder
-
Packages that use DenseLayer.Builder Package Description org.deeplearning4j.nn.conf.layers -
-
Uses of DenseLayer.Builder in org.deeplearning4j.nn.conf.layers
Methods in org.deeplearning4j.nn.conf.layers that return DenseLayer.Builder Modifier and Type Method Description DenseLayer.Builder
DenseLayer.Builder. hasBias(boolean hasBias)
If true (default): include bias parameters in the model.DenseLayer.Builder
DenseLayer.Builder. hasLayerNorm(boolean hasLayerNorm)
-