get_node_importance for Graph Classification?
See original GitHub issueThank you for the wonderful tool! I have a question, can I use get_node_importance
function in graph classification model? I found it implemented on predicting node classification on CORA network, but I have a graph classification project using the DGCNN pipeline and I hope to have a saliency map for the nodes attributed to specific class?
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
Node Importance Specific Meta Learning in Graph Neural ...
This paper focuses on the few-shot node classification problem in graph; theoretically studies the influence of node importance on the model ...
Read more >Graph neural networks - Modulai
These architectures aim to solve tasks such as node representation, link prediction, and graph classification. Contrary to the euclidean ...
Read more >A Graph Convolution Network in SageMaker - DataChef
This post will walk you through a classification problem defined over a graph which is modeled by a graph neural network step-by-step.
Read more >Graph convolutional networks with multi-level coarsening for ...
Many important tasks in graph analysis involve graph classification which aims to map a graph to a certain category.
Read more >Providing Node-level Local Explanation for node2vec through ...
is widely used in downstream tasks such as node classification, graph ... Machine learning with graphs has an important role in graph clas-....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, I thought that I sent it. Here it is (https://arxiv.org/abs/1903.03894)
I am looking for something similar. Have you found any solution for this @aelhossiny