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, updaterallParamConstraints, biasConstraints, iDropout, layerName, weightConstraints| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
weightInit(WeightInit weightInit) |
biasUpdater, l1, l1Bias, l2, l2Bias, updaterbuild, constrainAllParameters, constrainBias, constrainWeights, dropOut, dropOut, nameprotected WeightInit weightInit
public T weightInit(WeightInit weightInit)
weightInit - Weight initialization to use for the layerCopyright © 2018. All rights reserved.