Graph Attention Network - why using single graph
显示 更早的评论
I am new to Graph Network and just start to practice this example provided by Matlab. Here is the link https://www.mathworks.com/help/deeplearning/ug/multilabel-graph-classification-using-graph-attention-networks.html.
Does anybody know why they combined all of the graphs into one signle graph(in their Preprocess Mini-Batch Function) in the model? Why not feeding in the graphs separately(each graph has 23 nodes) into the model? Thanks in advance for answering
Here is the part they mentioned about the one single graph.

采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!