...

/

TensorFlow Framework

TensorFlow Framework

Understand the architecture of the TensorFlow framework and learn the major features it provides.

What is a tensor?

A tensor is a mathematical object which is an extension of an array to multiple dimensions. The following figure illustrates tensors of various dimensions.

Tensors are data structures used extensively in the TensorFlow (TF) framework to store and process multidimensional data. An nn-dimensional tensor is a collection of n1n-1 ...