Examlex

Solved

Consider the Following Code, Which Evaluates Our Convnet Model Using

question 59

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?


Definitions:

Common Factors

Numbers or expressions shared as factors by two or more numbers or algebraic expressions.

Factors

Numbers or expressions that divide into another number or expression exactly, without leaving a remainder.

Nearest Hundredth

A method of rounding numbers so that they are accurate to two decimal places.

Decimal Place

A position of a number to the right of the decimal point, indicating fractions of 10.

Related Questions