Uses of Class
org.deeplearning4j.nn.conf.layers.BaseLayer
-
-
Uses of BaseLayer in org.deeplearning4j.nn.conf.layers
Subclasses of BaseLayer in org.deeplearning4j.nn.conf.layers Modifier and Type Class Description class
AbstractLSTM
class
AutoEncoder
class
BaseOutputLayer
class
BasePretrainNetwork
class
BaseRecurrentLayer
class
BatchNormalization
class
CenterLossOutputLayer
class
Cnn3DLossLayer
class
CnnLossLayer
class
Convolution1D
class
Convolution1DLayer
class
Convolution2D
class
Convolution3D
class
ConvolutionLayer
class
Deconvolution2D
class
Deconvolution3D
class
DenseLayer
class
DepthwiseConvolution2D
class
DropoutLayer
class
EmbeddingLayer
class
EmbeddingSequenceLayer
class
FeedForwardLayer
class
GravesBidirectionalLSTM
Deprecated.class
GravesLSTM
Deprecated.class
LossLayer
class
LSTM
class
OutputLayer
class
PReLULayer
class
RnnLossLayer
class
RnnOutputLayer
class
SeparableConvolution2D
Methods in org.deeplearning4j.nn.conf.layers that return BaseLayer Modifier and Type Method Description BaseLayer
BaseLayer. clone()
-
Uses of BaseLayer in org.deeplearning4j.nn.conf.layers.misc
Subclasses of BaseLayer in org.deeplearning4j.nn.conf.layers.misc Modifier and Type Class Description class
ElementWiseMultiplicationLayer
class
RepeatVector
-
Uses of BaseLayer in org.deeplearning4j.nn.conf.layers.recurrent
Subclasses of BaseLayer in org.deeplearning4j.nn.conf.layers.recurrent Modifier and Type Class Description class
SimpleRnn
-
Uses of BaseLayer in org.deeplearning4j.nn.conf.layers.variational
Subclasses of BaseLayer in org.deeplearning4j.nn.conf.layers.variational Modifier and Type Class Description class
VariationalAutoencoder
-
Uses of BaseLayer in org.deeplearning4j.nn.conf.ocnn
Subclasses of BaseLayer in org.deeplearning4j.nn.conf.ocnn Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.conf.serde
Methods in org.deeplearning4j.nn.conf.serde with parameters of type BaseLayer Modifier and Type Method Description protected void
BaseNetConfigDeserializer. handleActivationBackwardCompatibility(BaseLayer baseLayer, org.nd4j.shade.jackson.databind.node.ObjectNode on)
protected void
BaseNetConfigDeserializer. handleL1L2BackwardCompatibility(BaseLayer baseLayer, org.nd4j.shade.jackson.databind.node.ObjectNode on)
protected void
BaseNetConfigDeserializer. handleUpdaterBackwardCompatibility(BaseLayer layer, org.nd4j.shade.jackson.databind.node.ObjectNode on)
protected void
BaseNetConfigDeserializer. handleWeightInitBackwardCompatibility(BaseLayer baseLayer, org.nd4j.shade.jackson.databind.node.ObjectNode on)
-
Uses of BaseLayer in org.deeplearning4j.nn.layers
Classes in org.deeplearning4j.nn.layers with type parameters of type BaseLayer Modifier and Type Class Description class
BaseLayer<LayerConfT extends BaseLayer>
A layer with parameters
-