AlexNet
AlexNet is a deep convolutional neural network designed for image classification. It was proposed by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton in 2012 and achieved a breakthrough on the ImageNet Large Scale Visual Recognition Challenge (ILSVRC), substantially surpassing the prior state of the art and helping to popularize deep learning for computer vision.
The architecture consists of eight learned layers: five convolutional layers followed by three fully connected layers.
For training, AlexNet was split across two GPUs to accommodate the model size and speed up computation.
AlexNet’s success demonstrated the viability of deep CNNs for large-scale visual recognition, sparked widespread adoption of