PyTorch Tensors

Learn about what tensors are, and look at a few of its built-in functions.

We'll cover the following

Diving into tensors

First, we need to cover a few basic concepts that may throw you off balance if you do not grasp them well enough before going full-force on modeling.

In Deep Learning, we see tensors everywhere. Well, Google’s framework is called TensorFlow for a reason! What is a tensor, anyway?

Tensor

In Numpy, you may have an array that has three dimensions, right? That is, technically speaking, a tensor.

Get hands-on with 1200+ tech skills courses.