- 모든 .md, .html 파일 권한을 644로 정상화 - .gitignore 파일 권한도 644로 수정 - 문서 파일에 실행 권한은 불필요하고 보안상 바람직하지 않음 - deprecated 아이디어 폴더 생성 및 레벨별 UI 변경 아이디어 이동
7 lines
558 B
Markdown
7 lines
558 B
Markdown
# GNNExplainer: Generating Explanations for Graph Neural Networks
|
|
|
|
- **Authors**: Rex Ying, Dylan Bourgeois, Jiaxuan You, Marinka Zitnik, Jure Leskovec
|
|
- **Year**: 2019
|
|
- **Summary**: This paper introduces GNNExplainer, a method for explaining the predictions of Graph Neural Networks (GNNs). It identifies a compact subgraph and a small subset of node features that are most influential for a given prediction. This is crucial for understanding GNN decisions in domains like social networks or knowledge graphs.
|
|
- **Link**: https://arxiv.org/abs/1903.03894
|