Introduction to PyTorch (crash course)


Machine Learning: Introduction to PyTorch, its internal mechanisms and its API

What you will learn

How PyTorch works – under the hood

The integrated differentiation engine of PyTorch

Learning PyTorch through practice (tensors, optimizers, schedulers, decorators, …)

Differentiable programming

Solving an optimization problem (“black-box”) with PyTorch

Implementing neural networks with PyTorch

Description

In this course, I will explain in a practical and intuitive way how PyTorch works. We will go beyond the use of the API which will allow you to continue your journey in machine learning and/or differentiable programming with more confidence.

This course is divided into three parts.

In the first part, we will implement (in Python, from scratch) our own differentiable programming framework, which will be very similar to PyTorch. This will allow you to understand how PyTorch, TensorFlow, JAX, etc. work. Then, we will focus on PyTorch and see the basic tensor operations, the calculation of gradients and the use of graphics cards (GPUs).

In the second part, we will focus on gradient descent algorithms (essential for training neural networks). We will implement the simulator of a ballistic problem and see how to use the power of PyTorch to solve an optimization problem (this pedagogical problem can be easily extended to real problems, such as fluid mechanics simulations, for those who wish). We will also see how to use optimizers and how to combine them with schedulers to make them even more efficient.


Subscribe to latest coupons on our Telegram channel.

Finally, we will tackle neural networks. We will solve an image classification problem, first with an MLP, and then with a CNN.

If this program enchants you, don’t wait any longer!

English
language

Content

Introduction

Introduction
Automatic differentiation: part1
Automatic differentiation: part2

PyTorch

Tensors
Computing gradients
Optimizers
Optimization: Ballistic problem
Schedulers

Neural networks

Multilayer perceptron (MLP)
GPU training
Convolutional neural network (CNN)
Conclusion

Enroll for Free

Share This Course on:
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.