| Class | Description |
|---|---|
| AbstractZooModel |
This class contains the logic necessary to load the pretrained weights for a given zoo model
It also handles the addition/removal of output layers to enable training the model in DL4J.
|
| CustomNet |
A dummy ZooModel which is empty.
|
| Dl4jAlexNet |
A WEKA version of DeepLearning4j's LeNet ZooModel.
|
| Dl4jDarknet19 |
A WEKA version of DeepLearning4j's Darknet19 ZooModel.
|
| Dl4jFaceNetNN4Small2 |
A WEKA version of DeepLearning4j's FaceNetNN4Small2 ZooModel.
|
| Dl4jInceptionResNetV1 |
A WEKA version of DeepLearning4j's InceptionResNetV1 ZooModel.
|
| Dl4jLeNet |
A WEKA version of DeepLearning4j's LeNet ZooModel.
|
| Dl4jNASNet |
A WEKA version of DeepLearning4j's NASNet ZooModel.
|
| Dl4jResNet50 |
A WEKA version of DeepLearning4j's ResNet50 ZooModel.
|
| Dl4jSimpleCNN |
A WEKA version of DeepLearning4j's SimpleCNN ZooModel.
|
| Dl4jSqueezeNet |
A WEKA version of DeepLearning4j's ResNet50 ZooModel.
|
| Dl4jVGG |
A WEKA version of DeepLearning4j's VGG16 ZooModel.
|
| Dl4jXception |
A WEKA version of DeepLearning4j's XCeption ZooModel.
|
| KerasDenseNet |
Wrapper class for Keras version of DenseNet.
|
| KerasEfficientNet |
Wrapper class for Keras version of EfficientNet.
|
| KerasInceptionResNetV2 | |
| KerasInceptionV3 |
Wrapper class for Keras version of InceptionV3.
|
| KerasMobileNet | |
| KerasNASNet |
Wrapper class for Keras version of NASNet.
|
| KerasResNet |
Wrapper class for Keras version of ResNet.
|
| KerasVGG |
Wrapper class for Keras version of VGG.
|
| KerasXception |
Wrapper class for Keras version of Xception.
|
| Enum | Description |
|---|---|
| Dl4jDarknet19.VARIATION |
Variations of the model.
|