Graph Convolutional Network(GCN)?

63 views (last 30 days)
cui,xingxing
cui,xingxing on 4 Dec 2020
Edited: Jon Cherrie on 24 Mar 2022
Does matlab 2020b deeplearning toolbox support Graph Convolutional Network (GCN)? If not, will future versions integrate this feature? thanks
  1 Comment
灿 程
灿 程 on 24 Mar 2022
Want to ask if you found the code for this article?

Sign in to comment.

Accepted Answer

Jon Cherrie
Jon Cherrie on 19 Jul 2021
For an example showing Graph Neural Networks in MATLAB, please see
  3 Comments
Samaneh Nemati
Samaneh Nemati on 20 Jan 2022
Hi Jon,
I'm not sure if I'm missing something oe not. But there are some functions like "coloumb2Adjacency" and "initializegolort" which have been used in this code but I cannot find the code for those functions. And becuase of that I cannot run the whole code. Could you please let me know where I can find those functions? Thank you!
Samaneh
Jon Cherrie
Jon Cherrie on 20 Jan 2022
Edited: Jon Cherrie on 24 Mar 2022
They are attached to the example. If you use the command openExample('nnet/NodeClassificationUsingGraphConvolutionalNetworkExample') to open the example, then you should have access to those functions.

Sign in to comment.

More Answers (2)

Lithin Chandran
Lithin Chandran on 17 Dec 2020
Hi,
In the 2020b release of MATLAB, Graph convolutional Network is not supported. It might be included in the future releases.

灿 程
灿 程 on 24 Mar 2022
Want to ask if you found the code for this article?

Categories

Find more on Networks in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!