Uses of Interface
org.deeplearning4j.nn.api.Trainable
-
-
Uses of Trainable in org.deeplearning4j.nn.api
Subinterfaces of Trainable in org.deeplearning4j.nn.api Modifier and Type Interface Description interfaceLayerMethods in org.deeplearning4j.nn.api with parameters of type Trainable Modifier and Type Method Description voidUpdater. setStateViewArray(Trainable layer, INDArray viewArray, boolean initialize)Set the internal (historical) state view array for this updatervoidUpdater. update(Trainable layer, Gradient gradient, int iteration, int epoch, int miniBatchSize, LayerWorkspaceMgr workspaceMgr)Updater: updates the model -
Uses of Trainable in org.deeplearning4j.nn.api.layers
Subinterfaces of Trainable in org.deeplearning4j.nn.api.layers Modifier and Type Interface Description interfaceIOutputLayerinterfaceRecurrentLayer -
Uses of Trainable in org.deeplearning4j.nn.graph.vertex
Subinterfaces of Trainable in org.deeplearning4j.nn.graph.vertex Modifier and Type Interface Description interfaceGraphVertexClasses in org.deeplearning4j.nn.graph.vertex that implement Trainable Modifier and Type Class Description classBaseGraphVertexclassBaseWrapperVertex -
Uses of Trainable in org.deeplearning4j.nn.graph.vertex.impl
Classes in org.deeplearning4j.nn.graph.vertex.impl that implement Trainable Modifier and Type Class Description classElementWiseVertexclassFrozenVertexclassInputVertexclassL2NormalizeVertexclassL2VertexclassLayerVertexclassMergeVertexclassPoolHelperVertexclassPreprocessorVertexclassReshapeVertexclassScaleVertexclassShiftVertexclassStackVertexclassSubsetVertexclassUnstackVertex -
Uses of Trainable in org.deeplearning4j.nn.graph.vertex.impl.rnn
Classes in org.deeplearning4j.nn.graph.vertex.impl.rnn that implement Trainable Modifier and Type Class Description classDuplicateToTimeSeriesVertexclassLastTimeStepVertexclassReverseTimeSeriesVertex -
Uses of Trainable in org.deeplearning4j.nn.layers
Classes in org.deeplearning4j.nn.layers that implement Trainable Modifier and Type Class Description classAbstractLayer<LayerConfT extends Layer>A layer with input and output, no parameters or gradientsclassActivationLayerclassBaseLayer<LayerConfT extends BaseLayer>A layer with parametersclassBaseOutputLayer<LayerConfT extends BaseOutputLayer>classBasePretrainNetwork<LayerConfT extends BasePretrainNetwork>classDropoutLayerclassFrozenLayerclassFrozenLayerWithBackpropFrozen layer freezes parameters of the layer it wraps, but allows the backpropagation to continue.classLossLayerclassOutputLayerclassRepeatVector -
Uses of Trainable in org.deeplearning4j.nn.layers.convolution
Classes in org.deeplearning4j.nn.layers.convolution that implement Trainable Modifier and Type Class Description classCnn3DLossLayerclassCnnLossLayerclassConvolution1DLayerclassConvolution3DLayerclassConvolutionLayerclassCropping1DLayerclassCropping2DLayerclassCropping3DLayerclassDeconvolution2DLayerclassDeconvolution3DLayerclassDepthwiseConvolution2DLayerclassSeparableConvolution2DLayerclassSpaceToBatchclassSpaceToDepthclassZeroPadding1DLayerclassZeroPadding3DLayerclassZeroPaddingLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.convolution.subsampling
Classes in org.deeplearning4j.nn.layers.convolution.subsampling that implement Trainable Modifier and Type Class Description classSubsampling1DLayerclassSubsampling3DLayerclassSubsamplingLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.convolution.upsampling
Classes in org.deeplearning4j.nn.layers.convolution.upsampling that implement Trainable Modifier and Type Class Description classUpsampling1DclassUpsampling2DclassUpsampling3D -
Uses of Trainable in org.deeplearning4j.nn.layers.feedforward
Classes in org.deeplearning4j.nn.layers.feedforward that implement Trainable Modifier and Type Class Description classPReLU -
Uses of Trainable in org.deeplearning4j.nn.layers.feedforward.autoencoder
Classes in org.deeplearning4j.nn.layers.feedforward.autoencoder that implement Trainable Modifier and Type Class Description classAutoEncoder -
Uses of Trainable in org.deeplearning4j.nn.layers.feedforward.dense
Classes in org.deeplearning4j.nn.layers.feedforward.dense that implement Trainable Modifier and Type Class Description classDenseLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.feedforward.elementwise
Classes in org.deeplearning4j.nn.layers.feedforward.elementwise that implement Trainable Modifier and Type Class Description classElementWiseMultiplicationLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.feedforward.embedding
Classes in org.deeplearning4j.nn.layers.feedforward.embedding that implement Trainable Modifier and Type Class Description classEmbeddingLayerclassEmbeddingSequenceLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.normalization
Classes in org.deeplearning4j.nn.layers.normalization that implement Trainable Modifier and Type Class Description classBatchNormalizationclassLocalResponseNormalization -
Uses of Trainable in org.deeplearning4j.nn.layers.objdetect
Classes in org.deeplearning4j.nn.layers.objdetect that implement Trainable Modifier and Type Class Description classYolo2OutputLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.ocnn
Classes in org.deeplearning4j.nn.layers.ocnn that implement Trainable Modifier and Type Class Description classOCNNOutputLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.pooling
Classes in org.deeplearning4j.nn.layers.pooling that implement Trainable Modifier and Type Class Description classGlobalPoolingLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.recurrent
Classes in org.deeplearning4j.nn.layers.recurrent that implement Trainable Modifier and Type Class Description classBaseRecurrentLayer<LayerConfT extends BaseRecurrentLayer>classBidirectionalLayerclassGravesBidirectionalLSTMclassGravesLSTMDeprecated.classLastTimeStepLayerclassLSTMclassMaskZeroLayerclassRnnLossLayerclassRnnOutputLayerclassSimpleRnnclassTimeDistributedLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.samediff
Classes in org.deeplearning4j.nn.layers.samediff that implement Trainable Modifier and Type Class Description classSameDiffGraphVertexclassSameDiffLayerclassSameDiffOutputLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.training
Classes in org.deeplearning4j.nn.layers.training that implement Trainable Modifier and Type Class Description classCenterLossOutputLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.util
Classes in org.deeplearning4j.nn.layers.util that implement Trainable Modifier and Type Class Description classMaskLayer -
Uses of Trainable in org.deeplearning4j.nn.layers.variational
Classes in org.deeplearning4j.nn.layers.variational that implement Trainable Modifier and Type Class Description classVariationalAutoencoder -
Uses of Trainable in org.deeplearning4j.nn.layers.wrapper
Classes in org.deeplearning4j.nn.layers.wrapper that implement Trainable Modifier and Type Class Description classBaseWrapperLayer -
Uses of Trainable in org.deeplearning4j.nn.multilayer
Classes in org.deeplearning4j.nn.multilayer that implement Trainable Modifier and Type Class Description classMultiLayerNetwork -
Uses of Trainable in org.deeplearning4j.nn.updater
Fields in org.deeplearning4j.nn.updater with type parameters of type Trainable Modifier and Type Field Description protected Map<String,Trainable>BaseMultiLayerUpdater. layersByNameMethods in org.deeplearning4j.nn.updater that return Trainable Modifier and Type Method Description protected abstract Trainable[]BaseMultiLayerUpdater. getOrderedLayers()protected Trainable[]LayerUpdater. getOrderedLayers()protected Trainable[]MultiLayerUpdater. getOrderedLayers()Methods in org.deeplearning4j.nn.updater with parameters of type Trainable Modifier and Type Method Description protected voidUpdaterBlock. applyRegularization(Regularization.ApplyStep step, Trainable layer, String paramName, INDArray gradientView, INDArray paramsView, int iter, int epoch, double lr)Apply L1 and L2 regularization, if necessary.voidBaseMultiLayerUpdater. preApply(Trainable layer, Gradient gradient, int iteration)Pre-apply: Apply gradient normalization/clippingvoidBaseMultiLayerUpdater. setStateViewArray(Trainable layer, INDArray viewArray, boolean initialize)voidBaseMultiLayerUpdater. update(Trainable layer, Gradient gradient, int iteration, int epoch, int batchSize, LayerWorkspaceMgr workspaceMgr)static booleanUpdaterUtils. updaterConfigurationsEquals(Trainable layer1, String param1, Trainable layer2, String param2) -
Uses of Trainable in org.deeplearning4j.nn.updater.graph
Fields in org.deeplearning4j.nn.updater.graph declared as Trainable Modifier and Type Field Description protected Trainable[]ComputationGraphUpdater. orderedLayersMethods in org.deeplearning4j.nn.updater.graph that return Trainable Modifier and Type Method Description protected Trainable[]ComputationGraphUpdater. getOrderedLayers()
-