Which of the following statements is false?
A) The following code imports the tensorflow.keras.datasets.mnist module containing the function that loads the MNIST dataset:
from tensorflow.keras.datasets import mnist
B) In the version of Keras built into TensorFlow, the Keras module names begin with "tensorflow.".
C) TensorFlow uses Keras to execute the deep-learning models.
D) The mnist module’s load_data function loads the MNIST training and test-ing sets:
(X_train, y_train) , (X_test, y_test) = mnist.load_data()
When you call load_data it will download the MNIST data to your system. The function returns a tuple of two elements containing the training and testing sets. Each element is itself a tuple containing the samples and labels, respectively.
Correct Answer:
Verified
Q45: The following code creates a TensorBoard object:
Q46: Which of the following statements a), b)
Q47: Which of the following statements a), b)
Q48: To use TensorBoard, before you fit your
Q49: Which of the following statements a), b)
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)
Q55: Which of the following statements is false?
A)
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