Skip to content

matlab-deep-learning/Graph-Neural-Network-for-Heat-Transfer-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Neural Network for Heat Transfer Problem

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

How to get started

To get started, clone this repository and run "example_gnn.mlx".

Requirements

MATLAB version should be R2024a and later (Tested in R2024a)

References

[1] F. Scarselli, M. Gori, A.C. Tsoi, M. Hagenbuchner, and G. Monfardini. The graph neural network model. IEEE Transactions on Neural Networks, 20(1):61 80, 2009.

License

The license is available in license.txt file in this GitHub repository.

Open in MATLAB Online

Open in MATLAB Online

Copyright (c) 2024, The MathWorks, Inc.