You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Physics-Informed Neural Networks for Heat Transfer
2
2
3
3
4
-
In recent years, Physics-Informed Neural Networks[1]are applied to various types of application tasks.
5
-
This example shows how to train a neural network using data calculated with partial differential equations(PDEs), and heat equation as loss function to predict temperature distributions.
4
+
In recent years, Physics-Informed Neural Networks[1]have been applied to various types of application tasks.
5
+
This example shows how to train a neural network to predict temperature distributions given new initial and boundary conditions. The neural network was trained using a loss function that includes a data loss component, which measures the discrepancy between the network's predictions and targets derived from finite element simulations, as well as a physics-informed loss component that evaluates the residual of the governing partial differential equation (PDE).
0 commit comments