Solved

Consider the Following Code: Cnn.add(Dense(units=10, Activation='softmax'))

Question 52

Multiple Choice

Consider the following code: cnn.add(Dense(units=10, activation='softmax') )
Which of the following statements a) , b) or c) about our convolutional neural net that recognizes MNIST digits is false?


A) Our convnet's final layer in the preceding snippet is a Dense layer that classifies the inputs into neurons representing the classes 0 through 9.
B) The softmax activation function converts the values of these remaining 10 neurons into categorical string labels '0' through '9'.
C) The neuron that produces the highest probability represents the prediction for a given digit image.
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