Google News
logo
Keras - Quiz(MCQ)
To revert back to the current name of the backend, which of the following backend functions would you use in Keras?
A)
Backend()
B)
Backend.keras()
C)
keras.backend.backend()
D)
All of the above

Correct Answer :   keras.backend.backend()


Explanation : keras.backend.backend() is used to revert to the current name of the backend.

Advertisement