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 classAbstractLSTMclassAutoEncoderclassBaseOutputLayerclassBasePretrainNetworkclassBaseRecurrentLayerclassBatchNormalizationclassCenterLossOutputLayerclassCnn3DLossLayerclassCnnLossLayerclassConvolution1DclassConvolution1DLayerclassConvolution2DclassConvolution3DclassConvolutionLayerclassDeconvolution2DclassDeconvolution3DclassDenseLayerclassDepthwiseConvolution2DclassDropoutLayerclassEmbeddingLayerclassEmbeddingSequenceLayerclassGravesBidirectionalLSTMDeprecated.classGravesLSTMDeprecated.classLossLayerclassLSTMclassOutputLayerclassRnnLossLayerclassRnnOutputLayerclassSeparableConvolution2D -
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 classElementWiseMultiplicationLayerclassRepeatVector -
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 classSimpleRnn -
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 classVariationalAutoencoder -
Uses of FeedForwardLayer in org.deeplearning4j.nn.conf.ocnn
Subclasses of FeedForwardLayer in org.deeplearning4j.nn.conf.ocnn Modifier and Type Class Description classOCNNOutputLayer -
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 LayerMemoryReportLSTMHelpers. getMemoryReport(boolean isGraves, FeedForwardLayer lstmLayer, InputType inputType)
-