Exam 16: Deep Learning  

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following statements about Keras neural network components is false?

Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
Verified

A

Which of the following statements a), b) or c) is false?

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

B

Which of the following statements a), b) or c) is false?

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
Verified

D

Which of the following statements is false?

(Multiple Choice)
4.7/5
(33)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(33)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(32)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(36)

Which of the following statements about a max pooling layer a), b) or c) is false?

(Multiple Choice)
4.9/5
(33)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(39)

The MNIST xe "convnet (convolutional neural network)"convnet's prediction for each MNIST digit will be an array of 10 probabilities, indicating the likelihood that the digit belongs to a particular one of the classes 0 through 9. When we evaluate the model's accuracy, Keras compares the model's predictions to the dataset's labels. To do that, Keras requires both to have the same ________.

(Multiple Choice)
4.9/5
(38)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(34)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(32)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.7/5
(35)

Which of the following are popular predefined word embeddings?

(Multiple Choice)
4.9/5
(36)

________ neural networks are especially appropriate for computer vision tasks, such as recognizing handwritten digits and characters or recognizing objects (including faces) in images and videos.

(Multiple Choice)
4.8/5
(41)

The following code creates a TensorBoard object: from tensorflow.keras.callbacks import TensorBoard import time tensorboard_callback = TensorBoard( log_dir=f'./logs/mnist{time.time()}', histogram_freq=1, write_graph=True) Which of the following statements a), b) or c) about the above code is false?

(Multiple Choice)
4.9/5
(38)

Which of the following are not automated deep-learning capabilities?

(Multiple Choice)
5.0/5
(27)

Which of the following statements a), b) or c) about neural networks is false?

(Multiple Choice)
4.8/5
(28)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(32)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 76
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)