A B C D F G I L M N O P R S T U V X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addLayers(ComputationGraphConfiguration.GraphBuilder, int, int, int, int, int) - Static method in class org.deeplearning4j.zoo.model.helper.DarknetHelper
- addLayers(ComputationGraphConfiguration.GraphBuilder, int, int, int, int, int, int) - Static method in class org.deeplearning4j.zoo.model.helper.DarknetHelper
- addLayers(ComputationGraphConfiguration.GraphBuilder, int, String, int, int, int, int, int) - Static method in class org.deeplearning4j.zoo.model.helper.DarknetHelper
- adjustBlock(ComputationGraphConfiguration.GraphBuilder, int, String, String) - Static method in class org.deeplearning4j.zoo.model.helper.NASNetHelper
- adjustBlock(ComputationGraphConfiguration.GraphBuilder, int, String, String, String) - Static method in class org.deeplearning4j.zoo.model.helper.NASNetHelper
- AlexNet - Class in org.deeplearning4j.zoo.model
- appendGraph(ComputationGraphConfiguration.GraphBuilder, String, int, int[], int[], int[], int[], SubsamplingLayer.PoolingType, int, int, int, Activation, String) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
-
Appends inception layer configurations a GraphBuilder object, based on the concept of Inception via the GoogleLeNet paper: https://arxiv.org/abs/1409.4842
- appendGraph(ComputationGraphConfiguration.GraphBuilder, String, int, int[], int[], int[], int[], SubsamplingLayer.PoolingType, int, int, Activation, String) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- appendGraph(ComputationGraphConfiguration.GraphBuilder, String, int, int[], int[], int[], int[], SubsamplingLayer.PoolingType, int, Activation, String) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- appendGraph(ComputationGraphConfiguration.GraphBuilder, String, int, int[], int[], int[], int[], SubsamplingLayer.PoolingType, Activation, String) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- avgPool7x7(int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- avgPoolNxN(int, int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
B
- BaseLabels - Class in org.deeplearning4j.zoo.util
- BaseLabels() - Constructor for class org.deeplearning4j.zoo.util.BaseLabels
-
Override
BaseLabels.getLabels()
when using this constructor. - BaseLabels(String) - Constructor for class org.deeplearning4j.zoo.util.BaseLabels
-
No need to override anything with this constructor.
- batchNorm(int, int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
C
- c3x3reduce(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- c5x5reduce(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- CIFAR10 - org.deeplearning4j.zoo.PretrainedType
- ClassPrediction - Class in org.deeplearning4j.zoo.util
- ClassPrediction() - Constructor for class org.deeplearning4j.zoo.util.ClassPrediction
- CNN - org.deeplearning4j.zoo.ZooType
- COCOLabels - Class in org.deeplearning4j.zoo.util.darknet
- COCOLabels() - Constructor for class org.deeplearning4j.zoo.util.darknet.COCOLabels
- conf() - Method in class org.deeplearning4j.zoo.model.AlexNet
- conf() - Method in class org.deeplearning4j.zoo.model.Darknet19
- conf() - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- conf() - Method in class org.deeplearning4j.zoo.model.LeNet
- conf() - Method in class org.deeplearning4j.zoo.model.SimpleCNN
- conf() - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- conf() - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- conf() - Method in class org.deeplearning4j.zoo.model.VGG16
- conf() - Method in class org.deeplearning4j.zoo.model.VGG19
- conf() - Method in class org.deeplearning4j.zoo.model.YOLO2
- conv1x1(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- conv3x3(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- conv5x5(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- conv7x7(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- convNxN(int, int, int, int, boolean) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- convNxNreduce(int, int, int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
D
- Darknet19 - Class in org.deeplearning4j.zoo.model
- DarknetHelper - Class in org.deeplearning4j.zoo.model.helper
- DarknetHelper() - Constructor for class org.deeplearning4j.zoo.model.helper.DarknetHelper
- DarknetLabels - Class in org.deeplearning4j.zoo.util.darknet
- DarknetLabels() - Constructor for class org.deeplearning4j.zoo.util.darknet.DarknetLabels
-
Calls
this(true)
. - DarknetLabels(boolean) - Constructor for class org.deeplearning4j.zoo.util.darknet.DarknetLabels
- DarknetLabels(boolean, int) - Constructor for class org.deeplearning4j.zoo.util.darknet.DarknetLabels
- DarknetLabels(int) - Constructor for class org.deeplearning4j.zoo.util.darknet.DarknetLabels
- decodePredictions(INDArray) - Method in class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
-
Given predictions from the trained model this method will return a string listing the top five matches and the respective probabilities
- decodePredictions(INDArray, int) - Method in class org.deeplearning4j.zoo.util.BaseLabels
- decodePredictions(INDArray, int) - Method in interface org.deeplearning4j.zoo.util.Labels
-
Given predictions from the trained model this method will return a list of the top n matches and the respective probabilities.
- DEFAULT_PRIOR_BOXES - Static variable in class org.deeplearning4j.zoo.model.YOLO2
-
Default prior boxes for the model
F
- FaceNetHelper - Class in org.deeplearning4j.zoo.model.helper
- FaceNetHelper() - Constructor for class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- FaceNetNN4Small2 - Class in org.deeplearning4j.zoo.model
- fullyConnected(int, int, double) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
G
- getGridHeight(int[]) - Static method in class org.deeplearning4j.zoo.model.helper.DarknetHelper
-
Returns
inputShape[2] / 32
, whereinputShape[2]
should be a multiple of 32. - getGridWidth(int[]) - Static method in class org.deeplearning4j.zoo.model.helper.DarknetHelper
-
Returns
inputShape[1] / 32
, whereinputShape[1]
should be a multiple of 32. - getLabel(int) - Method in class org.deeplearning4j.zoo.util.BaseLabels
- getLabel(int) - Method in class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
-
Returns the description of tne nth class in the 1000 classes of ImageNet.
- getLabel(int) - Method in interface org.deeplearning4j.zoo.util.Labels
-
Returns the description of the nth class from the classes of a dataset.
- getLabels() - Method in class org.deeplearning4j.zoo.util.BaseLabels
-
Override to return labels when not calling
BaseLabels(String)
. - getLabels() - Method in class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
- getLabels(String) - Method in class org.deeplearning4j.zoo.util.BaseLabels
-
Returns labels based on the text file resource.
- getModuleName() - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- getModuleName(String) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- getResourceFile() - Method in class org.deeplearning4j.zoo.util.BaseLabels
-
Download the resource at getURL() to the local resource directory, and return the local copy as a File
- getURL() - Method in class org.deeplearning4j.zoo.util.BaseLabels
- getURL() - Method in class org.deeplearning4j.zoo.util.darknet.COCOLabels
- getURL() - Method in class org.deeplearning4j.zoo.util.darknet.DarknetLabels
- getURL() - Method in class org.deeplearning4j.zoo.util.darknet.VOCLabels
- getURL() - Method in class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
- graphBuilder() - Method in class org.deeplearning4j.zoo.model.NASNet
- graphBuilder() - Method in class org.deeplearning4j.zoo.model.ResNet50
- graphBuilder() - Method in class org.deeplearning4j.zoo.model.SqueezeNet
- graphBuilder() - Method in class org.deeplearning4j.zoo.model.UNet
- graphBuilder() - Method in class org.deeplearning4j.zoo.model.Xception
- graphBuilder(String) - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
I
- IMAGENET - org.deeplearning4j.zoo.PretrainedType
- ImageNetLabels - Class in org.deeplearning4j.zoo.util.imagenet
- ImageNetLabels() - Constructor for class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
- IMAGENETLARGE - org.deeplearning4j.zoo.PretrainedType
- InceptionResNetHelper - Class in org.deeplearning4j.zoo.model.helper
- InceptionResNetHelper() - Constructor for class org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
- InceptionResNetV1 - Class in org.deeplearning4j.zoo.model
- 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.Darknet19
- init() - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- 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.NASNet
- 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.SqueezeNet
- init() - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- init() - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- init() - Method in class org.deeplearning4j.zoo.model.UNet
- init() - Method in class org.deeplearning4j.zoo.model.VGG16
- init() - Method in class org.deeplearning4j.zoo.model.VGG19
- init() - Method in class org.deeplearning4j.zoo.model.Xception
- init() - Method in class org.deeplearning4j.zoo.model.YOLO2
- 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.model.SqueezeNet
- 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
L
- labels - Variable in class org.deeplearning4j.zoo.util.BaseLabels
- Labels - Interface in org.deeplearning4j.zoo.util
- LeNet - Class in org.deeplearning4j.zoo.model
M
- maxPool3x3(int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- maxPoolNxN(int, int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- metaData() - Method in interface org.deeplearning4j.zoo.InstantiableModel
-
Deprecated.No longer used, will be removed in a future release
- metaData() - Method in class org.deeplearning4j.zoo.model.AlexNet
- metaData() - Method in class org.deeplearning4j.zoo.model.Darknet19
- metaData() - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- metaData() - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
- metaData() - Method in class org.deeplearning4j.zoo.model.LeNet
- metaData() - Method in class org.deeplearning4j.zoo.model.NASNet
- metaData() - Method in class org.deeplearning4j.zoo.model.ResNet50
- metaData() - Method in class org.deeplearning4j.zoo.model.SimpleCNN
- metaData() - Method in class org.deeplearning4j.zoo.model.SqueezeNet
- metaData() - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- metaData() - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- metaData() - Method in class org.deeplearning4j.zoo.model.UNet
- metaData() - Method in class org.deeplearning4j.zoo.model.VGG16
- metaData() - Method in class org.deeplearning4j.zoo.model.VGG19
- metaData() - Method in class org.deeplearning4j.zoo.model.Xception
- metaData() - Method in class org.deeplearning4j.zoo.model.YOLO2
- MNIST - org.deeplearning4j.zoo.PretrainedType
- ModelMetaData - Class in org.deeplearning4j.zoo
-
Deprecated.
- ModelMetaData() - Constructor for class org.deeplearning4j.zoo.ModelMetaData
-
Deprecated.
- modelName() - Method in interface org.deeplearning4j.zoo.InstantiableModel
- modelName() - Method in class org.deeplearning4j.zoo.ZooModel
- modelType() - Method in interface org.deeplearning4j.zoo.InstantiableModel
- modelType() - Method in class org.deeplearning4j.zoo.model.AlexNet
- modelType() - Method in class org.deeplearning4j.zoo.model.Darknet19
- modelType() - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- modelType() - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
- modelType() - Method in class org.deeplearning4j.zoo.model.LeNet
- modelType() - Method in class org.deeplearning4j.zoo.model.NASNet
- modelType() - Method in class org.deeplearning4j.zoo.model.ResNet50
- modelType() - Method in class org.deeplearning4j.zoo.model.SimpleCNN
- modelType() - Method in class org.deeplearning4j.zoo.model.SqueezeNet
- modelType() - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- modelType() - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- modelType() - Method in class org.deeplearning4j.zoo.model.UNet
- modelType() - Method in class org.deeplearning4j.zoo.model.VGG16
- modelType() - Method in class org.deeplearning4j.zoo.model.VGG19
- modelType() - Method in class org.deeplearning4j.zoo.model.Xception
- modelType() - Method in class org.deeplearning4j.zoo.model.YOLO2
N
- nameLayer(String, String, int) - Static method in class org.deeplearning4j.zoo.model.helper.InceptionResNetHelper
- NASNet - Class in org.deeplearning4j.zoo.model
- NASNetHelper - Class in org.deeplearning4j.zoo.model.helper
- NASNetHelper() - Constructor for class org.deeplearning4j.zoo.model.helper.NASNetHelper
- normalA(ComputationGraphConfiguration.GraphBuilder, int, String, String, String) - Static method in class org.deeplearning4j.zoo.model.helper.NASNetHelper
O
- org.deeplearning4j.zoo - package org.deeplearning4j.zoo
- org.deeplearning4j.zoo.model - package org.deeplearning4j.zoo.model
- org.deeplearning4j.zoo.model.helper - package org.deeplearning4j.zoo.model.helper
- org.deeplearning4j.zoo.util - package org.deeplearning4j.zoo.util
- org.deeplearning4j.zoo.util.darknet - package org.deeplearning4j.zoo.util.darknet
- org.deeplearning4j.zoo.util.imagenet - package org.deeplearning4j.zoo.util.imagenet
P
- pNormNxN(int, int, int) - Static method in class org.deeplearning4j.zoo.model.helper.FaceNetHelper
- pretrainedAvailable(PretrainedType) - Method in class org.deeplearning4j.zoo.ZooModel
- pretrainedChecksum(PretrainedType) - Method in interface org.deeplearning4j.zoo.InstantiableModel
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.AlexNet
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.Darknet19
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.LeNet
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.NASNet
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.ResNet50
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.SimpleCNN
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.SqueezeNet
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.UNet
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.VGG16
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.VGG19
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.Xception
- pretrainedChecksum(PretrainedType) - Method in class org.deeplearning4j.zoo.model.YOLO2
- PretrainedType - Enum in org.deeplearning4j.zoo
- pretrainedUrl(PretrainedType) - Method in interface org.deeplearning4j.zoo.InstantiableModel
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.AlexNet
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.Darknet19
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.LeNet
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.NASNet
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.ResNet50
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.SimpleCNN
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.SqueezeNet
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.UNet
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.VGG16
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.VGG19
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.Xception
- pretrainedUrl(PretrainedType) - Method in class org.deeplearning4j.zoo.model.YOLO2
R
- reductionA(ComputationGraphConfiguration.GraphBuilder, int, String, String, String) - Static method in class org.deeplearning4j.zoo.model.helper.NASNetHelper
- ResNet50 - Class in org.deeplearning4j.zoo.model
- resourceMD5() - Method in class org.deeplearning4j.zoo.util.BaseLabels
- resourceMD5() - Method in class org.deeplearning4j.zoo.util.darknet.COCOLabels
- resourceMD5() - Method in class org.deeplearning4j.zoo.util.darknet.DarknetLabels
- resourceMD5() - Method in class org.deeplearning4j.zoo.util.darknet.VOCLabels
- resourceMD5() - Method in class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
- resourceName() - Method in class org.deeplearning4j.zoo.util.BaseLabels
- resourceName() - Method in class org.deeplearning4j.zoo.util.darknet.COCOLabels
- resourceName() - Method in class org.deeplearning4j.zoo.util.darknet.DarknetLabels
- resourceName() - Method in class org.deeplearning4j.zoo.util.darknet.VOCLabels
- resourceName() - Method in class org.deeplearning4j.zoo.util.imagenet.ImageNetLabels
- RNN - org.deeplearning4j.zoo.ZooType
S
- SEGMENT - org.deeplearning4j.zoo.PretrainedType
- sepConvBlock(ComputationGraphConfiguration.GraphBuilder, int, int, int, String, String) - Static method in class org.deeplearning4j.zoo.model.helper.NASNetHelper
- setInputShape(int[][]) - Method in interface org.deeplearning4j.zoo.InstantiableModel
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.AlexNet
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.Darknet19
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.FaceNetNN4Small2
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.InceptionResNetV1
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.LeNet
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.NASNet
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.ResNet50
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.SimpleCNN
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.SqueezeNet
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.TextGenerationLSTM
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.TinyYOLO
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.UNet
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.VGG16
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.VGG19
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.Xception
- setInputShape(int[][]) - Method in class org.deeplearning4j.zoo.model.YOLO2
- SimpleCNN - Class in org.deeplearning4j.zoo.model
- SqueezeNet - Class in org.deeplearning4j.zoo.model
T
- TextGenerationLSTM - Class in org.deeplearning4j.zoo.model
- TEXTGENLSTM - org.deeplearning4j.zoo.ZooType
- TinyYOLO - Class in org.deeplearning4j.zoo.model
- toString() - Method in class org.deeplearning4j.zoo.util.ClassPrediction
U
- UNet - Class in org.deeplearning4j.zoo.model
- useMDS() - Method in class org.deeplearning4j.zoo.ModelMetaData
-
Deprecated.If number of inputs are greater than 1, this states that the implementation should use MultiDataSet.
V
- valueOf(String) - Static method in enum org.deeplearning4j.zoo.PretrainedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.deeplearning4j.zoo.ZooType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.deeplearning4j.zoo.PretrainedType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.deeplearning4j.zoo.ZooType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VGG16 - Class in org.deeplearning4j.zoo.model
- VGG19 - Class in org.deeplearning4j.zoo.model
- VGGFACE - org.deeplearning4j.zoo.PretrainedType
- VOCLabels - Class in org.deeplearning4j.zoo.util.darknet
- VOCLabels() - Constructor for class org.deeplearning4j.zoo.util.darknet.VOCLabels
X
- Xception - Class in org.deeplearning4j.zoo.model
Y
- YOLO2 - Class in org.deeplearning4j.zoo.model
Z
- ZooModel<T> - Class in org.deeplearning4j.zoo
- ZooModel() - Constructor for class org.deeplearning4j.zoo.ZooModel
- ZooType - Enum in org.deeplearning4j.zoo
All Classes All Packages