Multiple Choice
Which of the following statements about a convolutional layer a) , b) or c) is false?
A) The areas that a convolutional layer learns from are called kernels.
B) For a 3-by-3 kernel, when the kernel finishes moving left-to-right and reaches the right edge of an image, the convolutional layer moves the kernel down three pixels and repeats this left-to-right process.
C) Kernels typically are 3-by-3, though larger kernels can be used for higher-resolution images.
D) All of the above statements are true.
Correct Answer:

Verified
Correct Answer:
Verified
Q63: Which of the following deep-learning demos translates
Q64: A Keras model's _ method returns the
Q65: You train a Keras model by calling
Q66: Which of the following statements is false?<br>A)
Q67: Which of the following statements a), b)
Q69: Which of the following statements a), b)
Q70: Which of the following statements is false?<br>A)
Q71: Which of the following Keras datasets for
Q72: Which of the following statements a), b)
Q73: Which of the following statements is false?<br>A)