nerdexam
Huawei

H13-311_V3.5 · Question #176

What are the core concepts in TensorFlow? (Multiple Choice)

The correct answer is B. Calculation Chart D. Tensor. Tensor (D) is the foundational data structure TensorFlow is literally named after - a multi-dimensional array that flows through the computational graph. Calculation Chart (B) refers to TensorFlow's computational graph, which defines the sequence of mathematical operations as a…

Machine Learning Basics

Question

What are the core concepts in TensorFlow? (Multiple Choice)

Options

  • AGridding
  • BCalculation Chart
  • CDot Product
  • DTensor

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    79% (22)
  • C
    14% (4)

Explanation

Tensor (D) is the foundational data structure TensorFlow is literally named after - a multi-dimensional array that flows through the computational graph. Calculation Chart (B) refers to TensorFlow's computational graph, which defines the sequence of mathematical operations as a directed graph of nodes (ops) and edges (tensors), enabling efficient execution and optimization.

Gridding (A) is not a TensorFlow concept - it belongs to fields like numerical methods or GIS, with no role in TF's architecture. Dot Product (C) is a mathematical operation TensorFlow can compute, but it's a single operation, not a core architectural concept of the framework itself.

Memory tip: Think of the name itself - TensorFlow = Tensors (the data) flowing through a graph (Calculation Chart). The two correct answers are essentially the two halves of the framework's name and purpose.

Topics

#TensorFlow#Computational Graph#Tensors#Framework Fundamentals

Community Discussion

No community discussion yet for this question.

Full H13-311_V3.5 Practice