Solved

Which of the Following Statements A), B) or C) Is

Question 36

Multiple Choice

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents