Skip to content

Latest commit

 

History

History

graph-neural-network-for-heat-transfer-problem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Graph Neural Network for Heat Transfer Problem

This example was originally hosted here.

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.

Copyright (c) 2024, The MathWorks, Inc.