In this tutorial we go through the basics you need to know about the basics of tensors and a lot of useful tensor operations. I believe knowing about these operations are an essential part of Pytorch and is a foundation that will help as you go further in your deep learning journey. Pytorch is in many ways an extension of NumPy with the ability to work on the GPU and these operations are very similar to what you would see in NumPy so knowing this will also allow you to quicker learn NumPy in the future.
❤️ Support the channel ❤️
Paid Courses I recommend for learning (affiliate links, no extra cost for you):
⭐ Machine Learning Specialization
⭐ Deep Learning Specialization
📘 MLOps Specialization
📘 GAN Specialization
📘 NLP Specialization
✨ Free Resources that are great:
NLP:
CV:
Deployment:
FastAI:
💻 My Deep Learning Setup and Recording Setup:
GitHub Repository:
✅ One-Time Donations:
Paypal:
▶️ You Can Connect with me on:
Twitter -
LinkedIn -
Github -
OUTLINE
0:00 - Introduction
1:26 - Initializing a Tensor
12:30 - Converting between tensor types
15:10 - Array to Tensor Conversion
16:26 - Tensor Math
26:35 - Broadcasting Example
28:38 - Useful Tensor Math operations
35:15 - Tensor Indexing
45:05 - Tensor Reshaping Dimensions (view, reshape, etc)
54:45 - Ending words
1 view
652
192
5 months ago 02:25:52 5
The spelled-out intro to neural networks and backpropagation: building micrograd
9 months ago 00:09:54 1
THE FUTURE of FREE AI Models Is HERE! LOCAL INSTALL in 1 CLICK!
10 months ago 00:10:00 5
INSTALL NEW UNCENSORED FaceGen Ai WebUI LOCALLY in 1 CLICK!
11 months ago 08:12:37 2
Python for Machine Learning full Course | Learn AI
11 months ago 00:02:44 1
How to learn AI and ML in 2024 - A complete roadmap
1 year ago 01:22:52 1
Plotly Tutorial 2023
1 year ago 00:17:29 1
Random Forest Classification | Machine Learning | Python
1 year ago 00:14:25 1
What is Automatic Differentiation?
1 year ago 00:16:59 2
Learning AI w GitHub Copilot: Analyzing Computer Vision PyTorch Notebook w GitHub Copilot Labs [5/6]
1 year ago 05:43:41 47
Create a Large Language Model from Scratch with Python – Tutorial