Which of the following statements about a max pooling layer a) , b) or c) is false?
A) A max pooling layer looks at a pool, then outputs the maximum feature from that pool.
B) Unlike convolution, there's no overlap between pools. Once the pool reaches the right edge, the pooling layer moves the pool down by its height-2 rows for a 2-by-2 pool-then continues from left-to-right. Because of the feature reduction in each group, 2-by-2 pooling compresses the number of features by 50%.
C) The following code adds a MaxPooling2D layer with a 2-by-2 pool to a model named cnn:
Cnn) add(MaxPooling2D(pool_size=(2, 2) ) )
D) All of the above statements are true.
Correct Answer:
Verified
Q38: Which of the following statements about Keras
Q39: Which of the following statements a), b)
Q40: Which of the following statements a), b)
Q41: Which of the following statements a), b)
Q42: Which of the following statements a), b)
Q44: A Keras _ layer reshapes its input
Q45: The following code creates a TensorBoard object:
Q46: Which of the following statements a), b)
Q47: Which of the following statements a), b)
Q48: To use TensorBoard, before you fit your
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents