Learn Before
Concept
NiN Block
The NiN block is the core structural component of the Network in Network architecture. It presents a key structural difference from standard convolutional blocks, such as those found in the VGG network. While a VGG block retains standard spatial convolutions (e.g., ), a NiN block follows an initial spatial convolution immediately with a sequence of convolutions. By relying on these convolutions to act as per-pixel fully connected layers within the blocks, the NiN architecture eliminates the need for a giant, parameter-heavy fully connected layer at the end of the network.
0
1
Updated 2026-05-13
Tags
D2L
Dive into Deep Learning @ D2L