Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Building Your First PyTorch Solution

Posted By: IrGens
Building Your First PyTorch Solution

Building Your First PyTorch Solution
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 2h 24m | 298 MB
Instructor: Janani Ravi

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.

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