Solved

Consider the Following Code, Which Evaluates Our Convnet Model Using

Question 58

Multiple Choice

Consider the following code, which evaluates our convnet model using the MNIST test data: [38]: loss, accuracy = cnn.evaluate(X_test, y_test)
10000/10000 [==============================] - 4s 366us/step
[39]: loss
[39]: 0.026809450998473768
[40]: accuracy
[40]: 0.9917
Which of the following statements a) , b) or c) is false?


A) You can check the accuracy of a model on data the model has not yet seen. To do so, call the model's evaluate method, which displays as its output how long it took to process the test samples.
B) According to the output of the preceding snippet, our xe "convnet (convolutional neural network) "convnet model is 99.17% accurate when predicting the labels for unseen data.
C) With a little online research, you can find models that can predict MNIST with nearly 100% accuracy.
D) Each of the above statements is 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