public abstract static class BaseSameDiffLayer.Builder<T extends BaseSameDiffLayer.Builder<T>> extends AbstractSameDiffLayer.Builder<T>
Modifier and Type | Field and Description |
---|---|
protected WeightInit |
weightInit |
biasUpdater, l1, l1Bias, l2, l2Bias, updater
allParamConstraints, biasConstraints, iDropout, layerName, weightConstraints
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
T |
weightInit(WeightInit weightInit) |
biasUpdater, l1, l1Bias, l2, l2Bias, updater
build, constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, name
protected WeightInit weightInit
public T weightInit(WeightInit weightInit)
weightInit
- Weight initialization to use for the layerCopyright © 2018. All rights reserved.