nerdexam
Huawei

H13-311_V3.5 · Question #19

The number or matrix is stored in the tensor

The correct answer is B. False. Option B is correct because a tensor is not a container that holds a number or matrix - rather, scalars (single numbers), vectors, and matrices are themselves special cases of tensors. A scalar is a 0-dimensional tensor, a vector is a 1-dimensional tensor, and a matrix is a…

Deep Learning Basics

Question

The number or matrix is stored in the tensor

Options

  • ATrue
  • BFalse

How the community answered

(27 responses)
  • A
    22% (6)
  • B
    78% (21)

Explanation

Option B is correct because a tensor is not a container that holds a number or matrix - rather, scalars (single numbers), vectors, and matrices are themselves special cases of tensors. A scalar is a 0-dimensional tensor, a vector is a 1-dimensional tensor, and a matrix is a 2-dimensional tensor, making the relationship one of generalization rather than storage or containment.

Option A is wrong because it treats the tensor as a wrapper or box that holds other data structures, which misrepresents the relationship: a matrix does not sit inside a tensor, it IS a tensor of rank 2.

Memory tip: Think of tensors as a hierarchy of dimensionality. A number has 0 dimensions, a matrix has 2 dimensions, and a tensor is the overarching concept that covers all of these. They are all the same kind of object, just at different ranks.

Topics

#Tensors#Data Structures#Tensor Fundamentals#Dimensionality

Community Discussion

No community discussion yet for this question.

Full H13-311_V3.5 Practice