AlexNet

I'll be going over AlexNet, one of the most influential papers on Convolutional Neural Networks

Architecture Design Choices

Nonlinearity

Local Response Normalization

\[ b^i_{x,y} = a^i_{x,y} / (k + \alpha \sum_{\max(0, i-n/2)}^{\max(0, i-n/2)})^\beta \]

Overlapping Pooling

Architecture

AlexNet Architecture