All Classes
-
Class Summary Class Description AlexNet AlexNetcontains a generic implementation of AlexNet adapted from [torchvision implmentation](https://github.com/pytorch/vision/blob/master/torchvision/models/alexnet.py)AlexNet.Builder The Builder to construct aAlexNetobject.BasicModelZoo Model Zoo is a repository that contains all models for DJL.BasicZooProvider An imperative model zoo provider implements theZooProviderinterface.GoogLeNet GoogLeNet uses a stack of a total of 9 inception blocks and global average pooling to generate its estimates.GoogLeNet.Builder The Builder to construct aGoogLeNetobject.LeNet The model was introduced (and named for) Yann Lecun, for the purpose of recognizing handwritten digits in images [LeNet5](http://yann.lecun.com/exdb/lenet/).LeNet.Builder The Builder to construct aLeNetobject.Mlp Multilayer Perceptron (MLP) NeuralNetworks.MlpBlockFactory ABlockFactoryclass that creates MLP block.NiN NiN uses convolutional layers with window shapes of 11×11 , 5×5 , and 3×3 , and the corresponding numbers of output channels are the same as in AlexNet.NiN.Builder The Builder to construct aNiNobject.ResnetBlockFactory ABlockFactoryclass that createsResNetV1block.ResNetV1 ResNetV1contains a generic implementation of ResNet adapted from https://github.com/tornadomeet/ResNet/blob/master/symbol_resnet.py (Original author Wei Wu) by Antti-Pekka Hynninen.ResNetV1.Builder The Builder to construct aResNetV1object.SimpleTextDecoder SimpleTextDecoderimplements aDecoderthat employs aRecurrentBlockto decode text input.SimpleTextEncoder SimpleTextEncoderimplements aEncoderthat employs aRecurrentBlockto encode text input.SingleShotDetection SingleShotDetectionis an implementation ofBlockthat implements a Single Shot Detection (SSD) model for object detection.SingleShotDetection.Builder The Builder to construct aSingleShotDetection.SqueezeNet SqueezeNetcontains a generic implementation of Squeezenet adapted from [torchvision implmentation](https://github.com/pytorch/vision/blob/master/torchvision/models/squeezenet.py)SsdBlockFactory ABlockFactoryclass that createsSingleShotDetectionblock.VGG VGG model from the "Very Deep Convolutional Networks for Large-Scale Image Recognition" https://arxiv.org/abs/1409.1556 paper.VGG.Builder The Builder to construct aVGGobject.