Home »
MCQs »
Keras MCQs
Which of the following backend functions in Keras offers you to enter the Keras graph?
54. Which of the following backend functions in Keras offers you to enter the Keras graph?
- Eager()
- Backend()
- Shape()
- Symbolic()
Answer: D) Symbolic()
Explanation:
Symbolic() backend function in Keras offers you to enter the Keras graph.