課程資料
- 可獲發
- *證書的發放與分配,依課程提供者的政策及安排而定。
課程簡介
Machine Learning: Introduction to PyTorch, its internal mechanisms and its API
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.
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!
課程章節
- 3 個章節
- 12 堂課
- 第 1 章 Introduction
- 第 2 章 PyTorch
- 第 3 章 Neural networks
課程內容
- 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
此課程所涵蓋的技能
評價
-
NNeethu Roshin
This is good course for AI based application developers.
-
SS L
Noise in background, hard to understand the speaker and the cc are rubbish so no use turning them on, lots or errors/typos in the video/he could have prepared the notebook in advance. Lots of moments where the “instructor” is stumped about an error. Awful, awful “course”.
-
LLevente Szabo
Yes, great match! I love the "teach by example" nature of it. Probably the best course for connecting the dots between the math and the code in the case of neural nets
-
JJasmeet Kaur
Really Helpful for understanding the building blocks of PyTroch!!