Which of the following statements a) , b) or c) is false?
A) You should always get to know the data before working with it.
B) The following snippets check the dimensions of the MNIST training set images (X_train) , training set labels (y_train) , testing set images (X_test) and testing set labels (y_test) :
[3]: X_train.shape
[3]: (60000, 28, 28)
[4]: y_train.shape
[4]: (60000,)
[5]: X_test.shape
[5]: (10000, 28, 28)
[6]: y_test.shape
[6]: (10000,)
C) You can see from X_train's and X_test's shapes that the MNIST images are the same resolution as those in Scikit-learn's Digits dataset.
D) All of the above statements are true.
Correct Answer:
Verified
Q31: Which of the following statements a), b)
Q32: Which of the following statements a), b)
Q33: The IPython magic _ indicates that Matplotlib-based
Q34: Which of the following statements is false?
A)
Q35: Which of the following statements a), b)
Q37: Which of the following statements is false?
A)
Q38: Which of the following statements about Keras
Q39: Which of the following statements a), b)
Q40: Which of the following statements a), b)
Q41: Which of the following statements a), b)
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