Skip to content

Commit c1c32d9

Browse files
author
tfukumot
committed
Update README.md
1 parent 578ac8d commit c1c32d9

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Graph Neural Network for Heat Transfer Problem
22

33

4-
In recent years, graph neural networks[1] are applied to various types of application tasks.
4+
In recent years, graph neural networks[1] have been applied to various types of application tasks.
55
This example shows how to train a graph neural network using data calculated with partial differential equations(PDEs) to predict temperature distributions
66

7-
<img src="https://github.com/matlab-deep-learning/Graph-Neural-Network-for-Heat-Transfer-Problem/blob/main/ref_images/result.png" width="720">
7+
<img src="https://insidelabs-git.mathworks.com/tfukumot/graph-neural-network-for-heat-transfer-problem/-/raw/main/ref_images/result.png" width="720">
8+
9+
10+
## **How to get started**
11+
To get started, clone this repository and run "example_gnn.mlx".
812

913

1014
## **Requirements**
@@ -21,19 +25,10 @@ MATLAB version should be R2024a and later (Tested in R2024a)
2125
[1] F. Scarselli, M. Gori, A.C. Tsoi, M. Hagenbuchner, and G. Monfardini. The graph neural network model. IEEE
2226
Transactions on Neural Networks, 20(1):61–80, 2009.
2327

28+
2429
## **License**
2530
The license is available in license.txt file in this GitHub repository.
2631

27-
## Author:
28-
![Image of MATLAB](http://www.mathworks.com/includes_content/nextgen/images/bg_header_mwlogo_notag.jpg)
29-
30-
### Takuji Fukumoto
31-
Product Marketing, MathWorks
32-
33-
### Ben Wells-Day
34-
Language of Tech. Computing, MathWorks
35-
36-
3732
Copyright (c) 2024, The MathWorks, Inc.
3833

3934

0 commit comments

Comments
 (0)