Examlex

Solved

Chollet Discusses the Types of Tensors Typically Encountered in Deep \bullet

question 55

Multiple Choice

Chollet discusses the types of tensors typically encountered in deep learning: \bullet A 0D (0-dimensional) tensor is one value and is known as a xe "scalar value"scalar.
\bullet A 1D tensor is similar to a one-dimensional array and is known as a xe "vector"vector. A 1D tensor might represent a sequence, such as hourly temperature readings from a sensor or the words of one movie review.
\bullet A 2D tensor is similar to a two-dimensional array and is known as a xe "matrix"matrix. A 2D tensor could represent a grayscale image in which the tensor's two dimensions are the image's width and height in pixels, and the value in each element is the intensity of that pixel.
Which of the following statements a) , b) or c) about additional types of tensors is false?


Definitions:

Related Questions