Concept

NiN Model Architecture

The macro-architecture of the Network in Network (NiN) model is constructed by chaining multiple NiN blocks, using the same initial convolution sizes and output channels as AlexNet (specifically 11imes1111 imes 11, 5imes55 imes 5, and 3imes33 imes 3). Each NiN block within the network is followed by a max-pooling layer with a stride of 22 and a window shape of 3imes33 imes 3 to reduce spatial dimensions. A significant design difference between the NiN model and previous architectures like AlexNet or VGG is that NiN completely avoids the use of traditional fully connected layers.

0

1

Updated 2026-05-13

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related