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!