Google News
logo
Keras - Quiz(MCQ)
Which of the following is not a common loss function used in Keras?
A)
Binary Crossentropy
B)
Gradient Descent
C)
Categorical Crossentropy
D)
Mean Squared Error (MSE)

Correct Answer :   Gradient Descent


Explanation : Gradient Descent is an optimization algorithm, not a loss function. Mean Squared Error, Binary Crossentropy, and Categorical Crossentropy are all common loss functions used in Keras.

Advertisement