Learn Before
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 , , and ). Each NiN block within the network is followed by a max-pooling layer with a stride of and a window shape of 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
Tags
D2L
Dive into Deep Learning @ D2L