Model Pipeline - Pooling layers (MaxPool, AvgPool)
This pipeline shows how pooling layers reduce the size of image data to help the model learn faster and better. MaxPooling picks the strongest signal, while AveragePooling smooths the data by averaging.