AlexNet Convolutional Neural Network
Introduced in 2012 by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton, AlexNet was a pioneering -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.

0
1
Contributors are:
Who are from:
Tags
Data Science
D2L
Dive into Deep Learning @ D2L
Related
AlexNet Convolutional Neural Network
VGG - 16 Convolutional Neural Network
LeNet-5 Architecture
CPU vs. GPU Architecture in Deep Learning
AlexNet Convolutional Neural Network
cuda-convnet
General-Purpose GPUs (GPGPUs)
GPU Hardware Configurations in Deep Learning
High-Bandwidth GPU Memory Technologies
Hardware Accelerators for Inference
Hardware Accelerators for Training
NVIDIA Collective Communications Library (NCCL)
Parallelization on Multiple GPUs