Graph Convolutional Network(GCN)?
39 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
cui,xingxing
am 4 Dez. 2020
Bearbeitet: Jon Cherrie
am 24 Mär. 2022
Does matlab 2020b deeplearning toolbox support Graph Convolutional Network (GCN)? If not, will future versions integrate this feature? thanks
1 Kommentar
Akzeptierte Antwort
Jon Cherrie
am 19 Jul. 2021
For an example showing Graph Neural Networks in MATLAB, please see
- Node Classification Using Graph Convolutional Network
- https://www.mathworks.com/help/deeplearning/ug/node-classification-using-graph-convolutional-network.html
3 Kommentare
Samaneh Nemati
am 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
am 20 Jan. 2022
Bearbeitet: Jon Cherrie
am 24 Mär. 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.
Weitere Antworten (2)
Lithin Chandran
am 17 Dez. 2020
Hi,
In the 2020b release of MATLAB, Graph convolutional Network is not supported. It might be included in the future releases.
1 Kommentar
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!