Class | Description |
---|---|
AlexNet |
AlexNet
Dl4j's AlexNet model interpretation based on the original paper ImageNet Classification with Deep Convolutional Neural Networks
and the imagenetExample code referenced.
|
FaceNetNN4Small2 |
A variant of the original FaceNet model that relies on embeddings and triplet loss.
|
GoogLeNet |
GoogleLeNet
Reference: http://arxiv.org/pdf/1409.4842v1.pdf
Revised and consolidated version by @kedardoshi
|
InceptionResNetV1 |
A variant of the original FaceNet model that relies on embeddings and triplet loss.
|
LeNet |
LeNet was an early promising achiever on the ImageNet dataset.
|
ResNet50 |
Residual networks for deep learning.
|
SimpleCNN |
A simple convolutional network for generic image classification.
|
TextGenerationLSTM |
LSTM designed for text generation.
|
VGG16 |
VGG-16, from Very Deep Convolutional Networks for Large-Scale Image Recognition
https://arxiv.org/abs/1409.1556
Deep Face Recognition
http://www.robots.ox.ac.uk/~vgg/publications/2015/Parkhi15/parkhi15.pdf
|
VGG19 |
VGG-19, from Very Deep Convolutional Networks for Large-Scale Image Recognition
https://arxiv.org/abs/1409.1556)
|
Copyright © 2017. All rights reserved.