ImageNet Classification with Deep Convolutional Neural Networks, NIPS 2012 잘 알려진 CNN network들은 다음과 같은 순서로 발전이 되어 왔습니다. 그중 AlexNet의 경우는 2012년 lLSVRC라는 챌린지에서 우승을 했습니다. AlexNet을 기점으로 deep neural network가 개발되기 시작했고, 이후에 ZFNet, VGG, GoogleNet, Restnet 으로 넘어오면서 layer가 152개가 쌓일 정도로 deep natework를 만들었습니다. 그래서 더 복잡한 high level 시멘틱스를 인코딩 할 수 있는 네트워크가 만들어 지게 됩니다! A very simple CNN architecture introduced b..