LeNet : Gradient-Based Learning Applied to Document Recognition(1998, 링크)
AlexNet : ImageNet Classification with Deep Convolutional Neural Networks(2017, 링크)
VGGNet : Return of the Devil in the Details: Delving Deep into Convolutional Nets(2014, 링크)
GoogLeNet : Going deeper with convolutions(2015, 링크)
ResNet : Deep Residual Learning for Image Recognition(2015, 링크)
SENet : Squeeze-and-Excitation Networks(2019, 링크)
UNet : Convolutional Networks for Biomedical Image Segmentation(2015, 링크)
ImageNet
Competition The ImageNet Large Scale Visual Recognition Challenge (ILSVRC) evaluates algorithms for object detection and image classification at large scale. One high level motivation is to allow researchers to compare progress in detection across a wider
www.image-net.org
'ML & DL' 카테고리의 다른 글
[딥러닝 이론] CNN 기본 모델 (0) | 2023.05.10 |
---|---|
[딥러닝이론] 합성곱 신경망이 패턴을 파악하는 방법 (0) | 2023.05.09 |
[딥러닝이론] 인공신경망 (0) | 2023.05.03 |
[머신러닝이론] 아이템 기반 협업필터링과 SVD 추천시스템 구현 예제 (0) | 2023.04.29 |