Which of the following statements is false?
A) Convnets often have many convolution and pooling layers.
B) The Keras team's convnets tend to double the number of filters in subsequent convolutional layers to enable the model to learn more relationships between the features.
C) The following snippets add a convolution layer with 128 filters, followed by a pooling layer to reduce the dimensionality by 50%:
Cnn) add(Conv2D(filters=128, kernel_size=(3, 3) ,
Activation='relu') )
Cnn) add(MaxPooling2D(pool_size=(2, 2) ) )
D) For odd dimensions like 11-by-11, Keras pooling layers round the dimensions down by default.
Correct Answer:
Verified
Q50: Which of the following statements is false?
A)
Q51: Which of the following statements is false?
A)
Q52: Consider the following code: cnn.add(Dense(units=10, activation='softmax'))
Which of
Q53: You train a Keras model by calling
Q54: Which of the following statements a), b)
Q56: Once you've added all the layers to
Q57: Consider the output of the following output
Q58: Consider the following code, which evaluates our
Q59: Which of the following statements a), b)
Q60: Which of the following statements a), b)
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