- Course
Building Your First PyTorch Solution
This course covers the important practical aspects of installing PyTorch from scratch on a variety of different platforms and getting going with classification and regression models.Â
- Course
Building Your First PyTorch Solution
This course covers the important practical aspects of installing PyTorch from scratch on a variety of different platforms and getting going with classification and regression models.Â
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Data
What you'll learn
PyTorch is fast emerging as a popular choice for building deep learning models owing to its flexibility, ease-of-use, and built-in support for optimized hardware such as GPUs. Using PyTorch, you can build complex deep learning models, while still using Python-native support for debugging and visualization.
In this course, Building Your First PyTorch Solution, you will gain the ability to get up and running by building your first regression and classification models.
First, you will learn how to install PyTorch using pip and conda, and see how to leverage GPU support. Next, you will discover how to hand-craft a linear regression model using a single neuron, by defining the loss function yourself. You will then see how PyTorch optimizers can be used to make this process a lot more seamless.
You will understand how different activation functions and dropout can be added to PyTorch neural networks. Finally, you will explore how to build classification models in PyTorch.
You will round out the course by extending the PyTorch base module to implement a custom classifier.
When you’re finished with this course, you will have the skills and knowledge to move on to installing PyTorch from scratch in a new environment and building models leveraging and customizing various PyTorch abstractions.
Building Your First PyTorch Solution
-
Version Check | 16s
-
Module Overview | 1m 8s
-
Prerequisites and Course Outline | 1m 31s
-
CUDA Support in PyTorch | 6m 18s
-
Exploring PyTorch Install Options on a Local Machine | 2m 4s
-
Setting up a Virtual Machine | 3m 56s
-
Installing PyTorch with CPU Support Using Conda | 7m 1s
-
Installing PyTorch with CPU Support Using Pip | 3m 18s
-
Adding GPU Support to the VM and Installing the CUDA Toolkit | 4m 58s
-
Installing PyTorch with GPU Support Using Conda | 3m 13s
-
Installing PyTorch with CUDA Support Using Pip | 2m 15s
-
Module Summary | 1m 24s