- ImageNetLabels - Class in org.deeplearning4j.zoo.util.imagenet
-
Helper class with a static method that returns the label description.
- ImageNetLabels() - Constructor for class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
-
- InceptionResNetHelper - Class in org.deeplearning4j.zoo.model.helper
-
Inception is based on GoogleLeNet configuration of convolutional layers for optimization of
resources and learning.
- InceptionResNetHelper() - Constructor for class org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
-
- InceptionResNetV1 - Class in org.deeplearning4j.zoo.model
-
A variant of the original FaceNet model that relies on embeddings and triplet loss.
- InceptionResNetV1(int, long, int) - Constructor for class org.deeplearning4j.zoo.model.InceptionResNetV1
-
- InceptionResNetV1(int, long, int, WorkspaceMode) - Constructor for class org.deeplearning4j.zoo.model.InceptionResNetV1
-
- inceptionV1ResA(ComputationGraphConfiguration.GraphBuilder, String, int, double, String) - Static method in class org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
-
Append Inception-ResNet A to a computation graph.
- inceptionV1ResB(ComputationGraphConfiguration.GraphBuilder, String, int, double, String) - Static method in class org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
-
Append Inception-ResNet B to a computation graph.
- inceptionV1ResC(ComputationGraphConfiguration.GraphBuilder, String, int, double, String) - Static method in class org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
-
Append Inception-ResNet C to a computation graph.
- init() - Method in interface org.deeplearning4j.zoo.InstantiableModel
-
- init() - Method in class org.deeplearning4j.zoo.model.AlexNet
-
- init() - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
-
- init() - Method in class org.deeplearning4j.zoo.model.GoogLeNet
-
- init() - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
-
- init() - Method in class org.deeplearning4j.zoo.model.LeNet
-
- init() - Method in class org.deeplearning4j.zoo.model.ResNet50
-
- init() - Method in class org.deeplearning4j.zoo.model.SimpleCNN
-
- init() - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
-
- init() - Method in class org.deeplearning4j.zoo.model.VGG16
-
- init() - Method in class org.deeplearning4j.zoo.model.VGG19
-
- initPretrained() - Method in class org.deeplearning4j.zoo.ZooModel
-
By default, will return a pretrained ImageNet if available.
- initPretrained(PretrainedType) - Method in class org.deeplearning4j.zoo.ZooModel
-
Returns a pretrained model for the given dataset, if available.
- InstantiableModel - Interface in org.deeplearning4j.zoo
-
Interface for defining a model that can be instantiated and return
information about itself.