Graph Attention Network - why using single graph
Show older comments
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.

Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!