jay-mahadeokar / paper-notes

Interesting research papers
5 stars 0 forks source link

Alexnet #4

Open jay-mahadeokar opened 8 years ago

jay-mahadeokar commented 8 years ago

http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf

jay-mahadeokar commented 8 years ago

From CS231a lecture notes: The first work that popularized Convolutional Networks in Computer Vision was the AlexNet, developed by Alex Krizhevsky, Ilya Sutskever and Geoff Hinton. The AlexNet was submitted to the ImageNet ILSVRC challenge in 2012 and significantly outperformed the second runner-up (top 5 error of 16% compared to runner-up with 26% error). The Network had a similar architecture basic as LeNet, but was deeper, bigger, and featured Convolutional Layers stacked on top of each other (previously it was common to only have a single CONV layer immediately followed by a POOL layer).