public abstract static class BasePretrainNetwork.Builder<T extends BasePretrainNetwork.Builder<T>> extends FeedForwardLayer.Builder<T>
Modifier and Type | Field and Description |
---|---|
protected String |
customLossFunction |
protected org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction |
lossFunction |
nIn, nOut
activationFunction, adamMeanDecay, adamVarDecay, biasInit, biasLearningRate, dist, dropOut, epsilon, gradientNormalization, gradientNormalizationThreshold, l1, l2, layerName, learningRate, learningRatePolicy, learningRateSchedule, momentum, momentumAfter, rho, rmsDecay, updater, weightInit
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
T |
customLossFunction(String customLossFunction) |
T |
lossFunction(org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction lossFunction) |
nIn, nOut
activation, adamMeanDecay, adamVarDecay, biasInit, biasLearningRate, build, dist, dropOut, epsilon, gradientNormalization, gradientNormalizationThreshold, l1, l2, learningRate, learningRateDecayPolicy, learningRateSchedule, momentum, momentumAfter, name, rho, rmsDecay, updater, weightInit
protected org.nd4j.linalg.lossfunctions.LossFunctions.LossFunction lossFunction
protected String customLossFunction
Copyright © 2016. All Rights Reserved.