An open API service indexing awesome lists of open source software.

https://github.com/matlab-deep-learning/graph-neural-network-for-heat-transfer-problem


https://github.com/matlab-deep-learning/graph-neural-network-for-heat-transfer-problem

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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 ®](https://jp.mathworks.com/products/matlab.html)
- [Deep Learning ToolboxTM](https://jp.mathworks.com/products/deep-learning.html)
- [Partial Differential Equation Toolbox
TM](https://www.mathworks.com/products/pde.html)

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](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=matlab-deep-learning/Graph-Neural-Network-for-Heat-Transfer-Problem)

Copyright (c) 2024, The MathWorks, Inc.