Uses of Class
org.deeplearning4j.nn.layers.BaseLayer
-
-
Uses of BaseLayer in org.deeplearning4j.nn.layers
Subclasses of BaseLayer in org.deeplearning4j.nn.layers Modifier and Type Class Description class
BaseOutputLayer<LayerConfT extends BaseOutputLayer>
class
BasePretrainNetwork<LayerConfT extends BasePretrainNetwork>
class
DropoutLayer
class
LossLayer
class
OutputLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.convolution
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.convolution Modifier and Type Class Description class
Cnn3DLossLayer
class
CnnLossLayer
class
Convolution1DLayer
class
Convolution3DLayer
class
ConvolutionLayer
class
Deconvolution2DLayer
class
Deconvolution3DLayer
class
DepthwiseConvolution2DLayer
class
SeparableConvolution2DLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.feedforward
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.feedforward Modifier and Type Class Description class
PReLU
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.autoencoder
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.autoencoder Modifier and Type Class Description class
AutoEncoder
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.dense
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.dense Modifier and Type Class Description class
DenseLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.elementwise
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.elementwise Modifier and Type Class Description class
ElementWiseMultiplicationLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.embedding
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.feedforward.embedding Modifier and Type Class Description class
EmbeddingLayer
class
EmbeddingSequenceLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.normalization
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.normalization Modifier and Type Class Description class
BatchNormalization
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.ocnn
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.ocnn Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.recurrent
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.recurrent Modifier and Type Class Description class
BaseRecurrentLayer<LayerConfT extends BaseRecurrentLayer>
class
GravesBidirectionalLSTM
class
GravesLSTM
Deprecated.class
LSTM
class
RnnLossLayer
class
RnnOutputLayer
class
SimpleRnn
-
Uses of BaseLayer in org.deeplearning4j.nn.layers.training
Subclasses of BaseLayer in org.deeplearning4j.nn.layers.training Modifier and Type Class Description class
CenterLossOutputLayer
-