H13-311_V3.5 · Question #32
In TensorFlow, data is represented in the form of tensors and calculation charts.
The correct answer is B. False. Option B is correct because the statement contains an inaccurate term. In TensorFlow, data flows through the system as tensors (multi-dimensional arrays), and operations are organized into computation graphs (also called dataflow graphs or computational graphs) - not…
Question
In TensorFlow, data is represented in the form of tensors and calculation charts.
Options
- ATrue
- BFalse
How the community answered
(52 responses)- A15% (8)
- B85% (44)
Explanation
Option B is correct because the statement contains an inaccurate term. In TensorFlow, data flows through the system as tensors (multi-dimensional arrays), and operations are organized into computation graphs (also called dataflow graphs or computational graphs) - not "calculation charts," which is not a term used in TensorFlow or machine learning more broadly. The first part of the statement is accurate (tensors are indeed how data is represented), but the second part introduces a fabricated phrase that does not correspond to any TensorFlow concept, making the full statement false. Option A is wrong because accepting the statement as true would mean endorsing incorrect terminology that could cause confusion in real implementations.
Memory tip: Remember the two core pillars of TensorFlow as "tensors and graphs" - the name "TensorFlow" itself hints at this, describing how tensors flow through a computation graph.
Topics
Community Discussion
No community discussion yet for this question.