Question 15
In the context of Convolutional Neural Networks (CNNs), what is the primary mechanism that allows the network to handle inputs of varying spatial sizes while maintaining a fixed number of parameters, a characteristic that distinguishes them from standard Multi-Layer Perceptrons (MLPs)?
Neurons are connected only to a local region of the input.
Max Pooling: Reducing the spatial resolution to a single pixel before the first hidden layer.
Parameter Sharing: Using the same set of weights (filters) across different spatial locations of the input.
Fully Connected Layers: Replacing all convolutional layers with dense layers to increase the receptive field.