Uses of Interface
org.deeplearning4j.nn.api.Classifier
-
-
Uses of Classifier in org.deeplearning4j.nn.api.layers
Subinterfaces of Classifier in org.deeplearning4j.nn.api.layers Modifier and Type Interface Description interface
IOutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers
Classes in org.deeplearning4j.nn.layers that implement Classifier Modifier and Type Class Description class
BaseOutputLayer<LayerConfT extends BaseOutputLayer>
class
LossLayer
class
OutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers.convolution
Classes in org.deeplearning4j.nn.layers.convolution that implement Classifier Modifier and Type Class Description class
Cnn3DLossLayer
class
CnnLossLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers.objdetect
Classes in org.deeplearning4j.nn.layers.objdetect that implement Classifier Modifier and Type Class Description class
Yolo2OutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers.ocnn
Classes in org.deeplearning4j.nn.layers.ocnn that implement Classifier Modifier and Type Class Description class
OCNNOutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers.recurrent
Classes in org.deeplearning4j.nn.layers.recurrent that implement Classifier Modifier and Type Class Description class
RnnLossLayer
class
RnnOutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers.samediff
Classes in org.deeplearning4j.nn.layers.samediff that implement Classifier Modifier and Type Class Description class
SameDiffOutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.layers.training
Classes in org.deeplearning4j.nn.layers.training that implement Classifier Modifier and Type Class Description class
CenterLossOutputLayer
-
Uses of Classifier in org.deeplearning4j.nn.multilayer
Classes in org.deeplearning4j.nn.multilayer that implement Classifier Modifier and Type Class Description class
MultiLayerNetwork
-