Multiple Choice
Which of the following statements is false?
A) The number of filters depends on the image dimensions-higher-resolution images have more features, so they require more filters.
B) If you study the code the Keras team used to produce their pretrained convnets, you'll find that they used 64, 128 or even 256 filters in their first convolutional layers. Based on their convnets and the fact that the MNIST images are small, we used 64 filters in our first convolutional layer.
C) The set of filters produced by a convolution layer is called a feature map. Subsequent convolution layers combine features from previous feature maps to recognize larger features and so on. If we were doing facial recognition, early layers might recognize lines, edges and curves, and subsequent layers might begin combining those into larger features like eyes, eyebrows, noses, ears and mouths.
D) Once the network learns a feature, because of convolution, it no longer needs to recognize that feature elsewhere in the image.
Correct Answer:

Verified
Correct Answer:
Verified
Q53: Which of the following statements a), b)
Q54: Which of the following statements a), b)
Q55: Chollet discusses the types of tensors
Q56: Which of the following are popular deep
Q57: Which of the following statements a), b)
Q59: Consider the following code, which evaluates our
Q60: Which of the following statements is false?<br>A)
Q61: In supervised deep learning, we aim to
Q62: The IPython magic _ indicates that Matplotlib-based
Q63: Which of the following deep-learning demos translates