Google News
logo
Keras - Quiz(MCQ)
Which of the following backend functions in Keras offers you to enter the Keras graph?
A)
Symbolic()
B)
Shape()
C)
Eager()
D)
Backend()

Correct Answer :   Symbolic()


Explanation : Symbolic() backend function in Keras offers you to enter the Keras graph.

Advertisement