H13-311_V3.5 · Question #37
TensorFlow2.0 middle Keras The three main advantages of the interface are user-friendly, modular and Combination, easy to expand.
The correct answer is A. TRUE. Option A is correct because TensorFlow 2.0's integrated Keras API is officially documented with exactly these three core design principles: it is user-friendly (offering simple, consistent interfaces optimized for common use cases), modular and composable (allowing layers, loss…
Question
TensorFlow2.0 middle Keras The three main advantages of the interface are user-friendly, modular and Combination, easy to expand.
Options
- ATRUE
- BFALSE
How the community answered
(26 responses)- A81% (21)
- B19% (5)
Explanation
Option A is correct because TensorFlow 2.0's integrated Keras API is officially documented with exactly these three core design principles: it is user-friendly (offering simple, consistent interfaces optimized for common use cases), modular and composable (allowing layers, loss functions, optimizers, and other components to be freely combined), and easily extensible (enabling developers to write custom components in Python with minimal friction). Option B is incorrect because all three stated advantages are genuine and well-established characteristics of Keras, not a misrepresentation.
Memory tip: Think of Keras as a "friendly modular toolbox you can expand" - friendly for beginners, modular so pieces snap together, and expandable so experts can add custom parts.
Topics
Community Discussion
No community discussion yet for this question.