Graph Convolutional Network(GCN)?
112 views (last 30 days)
Show older comments
Does matlab 2020b deeplearning toolbox support Graph Convolutional Network (GCN)? If not, will future versions integrate this feature? thanks
1 Comment
Accepted Answer
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.
More Answers (2)
Jon Cherrie
on 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 Comments
Jon Cherrie
on 20 Jan 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.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!