If we are using Max Pooling layer in Convolutional Neural Network? What should be the third box value in first row below? code example
Example: how to create a pooling layers in a CNN
# assuming you're using tenserflow keras
tf.keras.layers.MaxPooling2D(2, 2) # the (2, 2) quarters the size of the image