Concept

AlexNet Convolutional Neural Network

Introduced in 2012 by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton, AlexNet was a pioneering 88-layer Convolutional Neural Network (CNN) that won the 2012 ImageNet Large Scale Visual Recognition Challenge by a large margin. It demonstrated for the first time that features obtained through automatic learning could transcend manually-designed features, effectively breaking the previous paradigm in computer vision. Structurally, it is an evolutionary improvement over the earlier LeNet-5 architecture, sharing many architectural elements but scaled up significantly to leverage massive training datasets and faster Graphics Processing Units (GPUs). The network processes input images through a deep hierarchy of convolutional layers, max-pooling layers, and fully connected layers to generate predictions.

Image 0

0

1

Updated 2026-05-13

Tags

Data Science

D2L

Dive into Deep Learning @ D2L