Exam 16: Deep Learning  

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

In supervised deep learning, we aim to predict the ________ labels supplied with data samples.

(Multiple Choice)
4.8/5
(31)

The IPython magic ________ indicates that Matplotlib-based graphics should be displayed in a Jupyter notebook rather than in separate windows.

(Multiple Choice)
4.8/5
(38)

Which of the following deep-learning demos translates a line drawing into a picture:

(Multiple Choice)
4.9/5
(31)

A Keras model's ________ method returns the loss and accuracy values of a trained model.

(Multiple Choice)
4.8/5
(40)

You train a Keras model by calling its fit method. Which of the following statements about the fit method is false?

(Multiple Choice)
4.9/5
(34)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.7/5
(34)

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

(Multiple Choice)
5.0/5
(42)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(40)

Which of the following Keras datasets for practicing deep learning is used for sentiment analysis?

(Multiple Choice)
4.8/5
(42)

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

(Multiple Choice)
4.9/5
(35)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(41)

Consider the following code: import numpy as np Index = np.random.choice(np.arange(len(X_train)), 24, replace=False) Figure, axes = plt.subplots(nrows=4, ncols=6, figsize=(16, 9)) For item in zip(axes.ravel(), X_train[index], y_train[index]): Axes, image, target = item Axes.imshow(image, cmap=plt.cm.gray_r) Axes.set_xticks([]) # remove x-axis tick marks Axes.set_yticks([]) # remove y-axis tick marks Axes.set_title(target) Plt)tight_layout() Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.7/5
(30)

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

(Multiple Choice)
5.0/5
(43)
Showing 61 - 76 of 76
close modal

Filters

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