Graph Convolutional Network(GCN)?
9 次查看(过去 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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!