1Hand-compute the output size: 224×224 input, 5×5 kernel, stride 2, padding 1.
2Count parameters: 3×3 conv, 64 input channels, 128 output channels, including bias.
3What do parameter sharing and local connectivity each solve? Why is conv parameter count independent of input resolution?
4A 5×5 conv vs two stacked 3×3 convs have the same receptive field; compare their parameter counts and the saving.
5What does a 1×1 conv do? How does dilated convolution enlarge the receptive field without downsampling?