public abstract class BaseOutputLayer extends FeedForwardLayer
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseOutputLayer.Builder<T extends BaseOutputLayer.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasBias |
protected boolean |
legacyBatchScaledL2 |
protected ILossFunction |
lossFn |
nIn, nOutactivationFn, biasInit, biasUpdater, dist, gradientNormalization, gradientNormalizationThreshold, iUpdater, l1, l1Bias, l2, l2Bias, weightInit, weightNoiseconstraints, iDropout, layerName| Modifier | Constructor and Description |
|---|---|
protected |
BaseOutputLayer(BaseOutputLayer.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
LayerMemoryReport |
getMemoryReport(InputType inputType)
This is a report of the estimated memory consumption for the given layer
|
boolean |
hasBias() |
getL1ByParam, getL2ByParam, getOutputType, getPreProcessorForInputType, isPretrain, isPretrainParam, setNInclone, getGradientNormalization, getUpdaterByParam, resetLayerDefaultConfiginitializeConstraints, initializer, instantiate, setPretrainequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGradientNormalizationThreshold, getLayerNameprotected ILossFunction lossFn
protected boolean hasBias
protected boolean legacyBatchScaledL2
protected BaseOutputLayer(BaseOutputLayer.Builder builder)
public boolean hasBias()
public LayerMemoryReport getMemoryReport(InputType inputType)
LayergetMemoryReport in class LayerinputType - Input type to the layer. Memory consumption is often a function of the input typeCopyright © 2018. All rights reserved.