In this video I'll teach you the very basics of Tensors with PyTorch for Deep Learning.
Tensors are very similar to Numpy Arrays (which are pretty similar to Python Lists).
Unlike Numpy Arrays, Tensors are built to be used with GPU's for Deep Learning.
#pytorch #codemy #JohnElder
Timecodes
0:00 - Introduction
0:45 - What is A Tensor?
2:10 - Python Lists
3:24 - Numpy Array
5:03 - Create A Pytorch 2D Tensor
5:58 - Create A Pytorch 3D Tensor
6:30 - Convert Numpy Array To Tensor
7:53 - Check The Tensor Documentation
8:56 - Conclusion