Introducing AlexNet

The first model we'll discuss is the winner of the 2012 ImageNet Large Scale Visual Recognition Challenge (ILSVRC, or simply ImageNet). It's nicknamed AlexNet (ImageNet Classification with Deep Convolutional Neural Networks, https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf), after one of its authors, Alex Krizhevsky. Although this model is rarely used nowadays, it's an important milestone in contemporary deep learning.

The following diagram shows the network architecture:

The AlexNet architecture. The original model was split in two, so it can fit on the memory of two ...

Get Advanced Deep Learning with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.