Uses of Class
org.deeplearning4j.nn.conf.layers.FeedForwardLayer
-
-
Uses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers
Subclasses of FeedForwardLayer 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
GravesBidirectionalLSTM
Deprecated.class
GravesLSTM
Deprecated.class
LossLayer
class
LSTM
class
OutputLayer
class
RnnLossLayer
class
RnnOutputLayer
class
SeparableConvolution2D
-
Uses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers.misc
Subclasses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers.misc Modifier and Type Class Description class
ElementWiseMultiplicationLayer
class
RepeatVector
-
Uses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers.recurrent
Subclasses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers.recurrent Modifier and Type Class Description class
SimpleRnn
-
Uses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers.variational
Subclasses of FeedForwardLayer in org.deeplearning4j.nn.conf.layers.variational Modifier and Type Class Description class
VariationalAutoencoder
-
Uses of FeedForwardLayer in org.deeplearning4j.nn.conf.ocnn
Subclasses of FeedForwardLayer in org.deeplearning4j.nn.conf.ocnn Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of FeedForwardLayer in org.deeplearning4j.nn.layers.recurrent
Methods in org.deeplearning4j.nn.layers.recurrent with parameters of type FeedForwardLayer Modifier and Type Method Description static LayerMemoryReport
LSTMHelpers. getMemoryReport(boolean isGraves, FeedForwardLayer lstmLayer, InputType inputType)
-