Modifier and Type | Class and Description |
---|---|
static class |
BaseLayer.Builder<T extends BaseLayer.Builder<T>> |
Modifier and Type | Method and Description |
---|---|
BaseLayer.Builder |
BaseLayer.Builder.regularization(List<Regularization> regularization)
Set the regularization for the parameters (excluding biases) - for example
WeightDecay |
BaseLayer.Builder |
BaseLayer.Builder.regularizationBias(List<Regularization> regularizationBias)
Set the regularization for the biases only - for example
WeightDecay |
BaseLayer.Builder |
BaseLayer.Builder.weightDecay(double coefficient)
Add weight decay regularization for the network parameters (excluding biases).
This applies weight decay with multiplying the learning rate - see WeightDecay for more details. |
BaseLayer.Builder |
BaseLayer.Builder.weightDecay(double coefficient,
boolean applyLR)
Add weight decay regularization for the network parameters (excluding biases).
|
BaseLayer.Builder |
BaseLayer.Builder.weightDecayBias(double coefficient)
Weight decay for the biases only - see
weightDecay(double) for more details. |
BaseLayer.Builder |
BaseLayer.Builder.weightDecayBias(double coefficient,
boolean applyLR)
Weight decay for the biases only - see
weightDecay(double) for more details |
Constructor and Description |
---|
BaseLayer(BaseLayer.Builder builder) |
Modifier and Type | Class and Description |
---|---|
static class |
ElementWiseMultiplicationLayer.Builder |
static class |
RepeatVector.Builder<T extends RepeatVector.Builder<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleRnn.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
VariationalAutoencoder.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
OCNNOutputLayer.Builder |
Copyright © 2019. All rights reserved.