X
Early Bird Discount Ends in 0 days : 0 hours : 0 minutes : 0 seconds

Introduction to PyTorch

This short course provides a concise introduction to PyTorch, a popular open-source deep learning framework widely used for building and training neural networks. Designed for beginners, this course aims to familiarize you with PyTorch and equip you with the essential skills to start implementing deep learning models.

  • Premium
  • Urdu
  • 20 lessons
01 What are Tensors

02 Basic Operations Using Tensors

03 Linear Regression I

04 Linear Regression II

05 Linear Regression III

06 Linear Regression IV

07 Logistic Regression I

08 Logistic Regression II

09 Logistic Regression III

10 Logistic Regression IV

11 Logistic Regression V

12 Logistic Regression VI

01 Importing Libraries

02 Dataset Info

03 Create Dataloader

04 Building CNN

05 Loss Function

06 Training Model

07 Prediction I

08 Prediction II