1
00:00:00,360 --> 00:00:02,850
If you want to perform simulation.

2
00:00:03,380 --> 00:00:15,650
With artificial neural networks, then we need pens and pens is a method that is going to solve pdes.

3
00:00:16,670 --> 00:00:18,860
Or partial differential equations.

4
00:00:18,860 --> 00:00:20,450
So what is Pence?

5
00:00:20,570 --> 00:00:24,400
Pence stands for Physics Informed Neural Networks.

6
00:00:24,410 --> 00:00:32,060
They are a class of machine learning models that combine artificial neural networks with principles

7
00:00:32,060 --> 00:00:39,830
of physics to solve partial differential equations or pdes and other physical problems.

8
00:00:40,460 --> 00:00:49,280
Pdes are used in scientific computing and engineering to approximate and solve complex physics or physical

9
00:00:49,280 --> 00:00:54,350
systems such as fluid dynamics, heat transfer and structural mechanics.

10
00:00:54,440 --> 00:01:04,880
The key idea behind pens is to train a neural network to approximate the solution of pdes while enforcing

11
00:01:04,880 --> 00:01:10,820
the governing physics equation as constraints during training.

12
00:01:12,160 --> 00:01:20,830
In this class, we are going to learn how to solve these pins, using or starting from learning how

13
00:01:20,830 --> 00:01:28,210
to solve or how to write code to solve a pdes using finite difference method.

14
00:01:28,930 --> 00:01:36,790
After that we are going to use PyTorch to well solve pdes using pens.

15
00:01:37,240 --> 00:01:47,860
What we will find is writing code with pytorch is quite heavy, so we will try to fasten the process

16
00:01:47,860 --> 00:01:57,730
of developing a pens code by learning deep library in which will be or will save us some time to model

17
00:01:57,850 --> 00:02:00,000
a physical system.

18
00:02:00,010 --> 00:02:09,850
Hope this class will be your or the best class for you to be prepared to learn pens and in general even

19
00:02:09,850 --> 00:02:15,880
how to deal with partial differential equations and solve them numerically.

20
00:02:15,910 --> 00:02:24,400
Hope you the best in your endeavor and let's learn together pens and understand the code and get the

21
00:02:24,400 --> 00:02:30,260
skills to write such two to solve this problems.
