Graph Convolutional Network(GCN)?
조회 수: 37 (최근 30일)
이전 댓글 표시
Does matlab 2020b deeplearning toolbox support Graph Convolutional Network (GCN)? If not, will future versions integrate this feature? thanks
채택된 답변
Jon Cherrie
2021년 7월 19일
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
Samaneh Nemati
2022년 1월 20일
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
2022년 1월 20일
편집: Jon Cherrie
2022년 3월 24일
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.
추가 답변 (2개)
Lithin Chandran
2020년 12월 17일
Hi,
In the 2020b release of MATLAB, Graph convolutional Network is not supported. It might be included in the future releases.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!