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 org.nd4j.linalg.lossfunctions.ILossFunction |
lossFn |
nIn, nOut
activationFn, adamMeanDecay, adamVarDecay, biasInit, biasLearningRate, dist, dropOut, epsilon, gradientNormalization, gradientNormalizationThreshold, l1, l1Bias, l2, l2Bias, layerName, learningRate, learningRateSchedule, momentum, momentumSchedule, rho, rmsDecay, updater, weightInit
Modifier | Constructor and Description |
---|---|
protected |
BaseOutputLayer(BaseOutputLayer.Builder builder) |
Modifier and Type | Method and Description |
---|---|
org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction |
getLossFunction()
Deprecated.
As of 0.6.0. Use
#getLossFn() instead |
getL1ByParam, getL2ByParam, getLearningRateByParam, getOutputType, getPreProcessorForInputType, setNIn
clone, getUpdaterByParam, initializer, instantiate, resetLayerDefaultConfig
protected BaseOutputLayer(BaseOutputLayer.Builder builder)