-
Notifications
You must be signed in to change notification settings - Fork 1
Image classification
A Bhat edited this page Jun 7, 2023
·
7 revisions
- Classifying images using machine learning
- Assigning a label to an entire image
- What are the state-of-the-art models for image classification?
- How is it related to face detection?
Model | Year | Details |
---|---|---|
AlexNet | 2012 | |
VGGNet | 2014 | |
GoogLeNet (Inception v1) | 2014 | |
ResNet (Residual Network) | 2015 | |
DenseNet | 2016 | |
EfficientNet | 2019 | |
Vision Transformer (ViT) | 2020 | Applied the transformer architecture |
DeiT (Distributed ViT) | 2021 |