Vision 분야 논문리뷰 및 구현

Published: by Creative Commons Licence

Intro

Vision분야의 논문들을 하나씩 정리하고, 구현해보려 합니다. AlexNet에서 시작하여 Vision Transformer까지의 논문을 하나씩 포스팅 해보도록 하겠습니다. 이 포스팅에는 각 모델들의 큰 특징을 요약해서 정리하겠습니다. 각 모델의 구현은 https://github.com/000namc/paper-implementations/tree/main 에서 확인할 수 있습니다.

(AlexNet) ImageNet Classification with Deep Convolutional Neural Networks

to be written

(VGG) Very Deep Convolutional Networks For Large-Scale Image Recognition

(GoogLeNet) Going deeper with convolutions

(ResNet) Deep Residual Learning for Image Recognition