Skip to content

Commit 33efd8c

Browse files
Merge pull request #70 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 81cf0f7 + 983a14c commit 33efd8c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,30 @@ $$\rho\left(\frac{\partial \mathbf{u}}{\partial t}+\mathbf{u} \cdot \nabla \math
3333

3434

3535

36+
## Read The Article
37+
38+
Link ==> https://lnkd.in/e2eSCW33
39+
40+
https://towardsdatascience.com/physics-informed-neural-networks-pinns-an-intuitive-guide-fff138069563
41+
42+
𝗜𝗠𝗣𝗢𝗥𝗧𝗔𝗡𝗧: The traditional Neural Network 𝗦𝗛𝗨𝗧 𝗜𝗧𝗦𝗘𝗟𝗙 𝗗𝗢𝗪𝗡 after ~1,200 steps because it stopped converging. All NN's self-terminate to keep themselves from running forever. It wasn't an oustside force! 😊
43+
44+
45+
𝗙𝗿𝗼𝗺 𝘁𝗵𝗲 𝗔𝗿𝘁𝗶𝗰𝗹𝗲:
46+
47+
If you’ve ever tried to read existing literature on physics informed neural networks (PINNs), it’s a tough read! Either lots of equations that for most people will be unfamiliar and assumptions that you are already an expert with all of the concepts, or too simplistic to gain a good understanding. This post aims to walk through PINNs in an intuitive way, and also suggests some improvements over current literature.
48+
49+
Traditional physics model creation is a task of a domain expert, who parametrises physics models to best fit a system of interest. For example, creating a model of aircraft dynamics using equations of drag, lift, gravity, thrust, etc., and parametrising the model to attempt to closely match the model to a specific aircraft.
50+
51+
The purely data-driven neural network approach is to attempt to learn the model using supervised learning with a neural network from data obtained from a specific system.
52+
53+
Physics Informed Neural Networks (PINNs) lie at the intersection of the two. Using data-driven supervised neural networks to learn the model, but also using physics equations that are given to the model to encourage consistency with the known physics of the system. They have the advantage of being both data-driven to learn a model, but also able to ensure consistency with the physics, as well as being able to extrapolate accurately beyond the available data. As such, PINNs are able to generate more robust models, with less data.
54+
55+
56+
57+
58+
59+
3660

3761

3862

0 commit comments

Comments
 (0)