Uses of Interface
org.deeplearning4j.nn.api.layers.IOutputLayer
-
-
Uses of IOutputLayer in org.deeplearning4j.nn.layers
Classes in org.deeplearning4j.nn.layers that implement IOutputLayer Modifier and Type Class Description classBaseOutputLayer<LayerConfT extends BaseOutputLayer>classLossLayerclassOutputLayer -
Uses of IOutputLayer in org.deeplearning4j.nn.layers.convolution
Classes in org.deeplearning4j.nn.layers.convolution that implement IOutputLayer Modifier and Type Class Description classCnn3DLossLayerclassCnnLossLayer -
Uses of IOutputLayer in org.deeplearning4j.nn.layers.objdetect
Classes in org.deeplearning4j.nn.layers.objdetect that implement IOutputLayer Modifier and Type Class Description classYolo2OutputLayer -
Uses of IOutputLayer in org.deeplearning4j.nn.layers.ocnn
Classes in org.deeplearning4j.nn.layers.ocnn that implement IOutputLayer Modifier and Type Class Description classOCNNOutputLayer -
Uses of IOutputLayer in org.deeplearning4j.nn.layers.recurrent
Classes in org.deeplearning4j.nn.layers.recurrent that implement IOutputLayer Modifier and Type Class Description classRnnLossLayerclassRnnOutputLayer -
Uses of IOutputLayer in org.deeplearning4j.nn.layers.samediff
Classes in org.deeplearning4j.nn.layers.samediff that implement IOutputLayer Modifier and Type Class Description classSameDiffOutputLayer -
Uses of IOutputLayer in org.deeplearning4j.nn.layers.training
Classes in org.deeplearning4j.nn.layers.training that implement IOutputLayer Modifier and Type Class Description classCenterLossOutputLayer
-