-
[GNN] 2. GNN 이전의 Machine Learning을 활용한 Graph 학습AI/GNN 2022. 2. 13. 00:09728x90
[GNN] 2. GNN 이전의 Machine Learning을 활용한 Graph 학습
1. Graph란?
- 왜 Graph?
- Graph의 종류
- Graph의 표현
- Graph Tasks
- Graph의 Motif
2. GNN 이전의 Machine Learning을 활용한 Graph 학습
- Node Feature
- Eigenvector centrality
- Betweenness centrality
- Closeness centrality
- .....
- Link Feature
- Distance-based feature
- Local neighborhood overlap
- Global neighborhood overlap
- Graph Feature
- Graphlet kernel
- Weisfeiler-Lehman Kernel
3. Graph Representation Learning
- Node Embedding
- Graph Embedding
4. GNN
- Recurrent Graph Neural Networks (RecGNNs)
- Convolutional Graph Neural Networks (ConvGNNs)
- Spectral Model
- Spatial Model
- Graph AutoEncoders (GAEs)
- Network Embedding
- Graph Generation
- Spatial-Temporal Graph Neural Networks (STGNNs)
- CNN Based
- RNN Based
- CNN & RNN based Model
- Attention based Model
5. GNN의 Benchmark Datasets
- Citation Networks
- Biochemical Graphs
- Social Networks
- Others
6. GNN Library
- Pytorch Geometric
- DGL
Node-level Feature
Link-level Feature
Graph-level Feature
Reference
https://velog.io/@tobigsgnn1415/Traditional-Methods-for-Machine-Learning-in-Graphs
https://harryjo97.github.io/theory/Weisfeiler-Lehman-Algorithm/
https://davidbieber.com/post/2019-05-10-weisfeiler-lehman-isomorphism-test/
728x90'AI > GNN' 카테고리의 다른 글
[GNN] 4. GNN 개요 (0) 2022.02.13 [GNN] 4-1. Recurrent Graph Neural Networks (RecGNNs) (0) 2022.02.13 [GNN] 0. GNN 논문 공부 순서 (0) 2022.02.12 Graph Neural Network 분야 Survey paper / 사이트 정리 (0) 2022.01.20 [GNN] 4-2. Convolutional Graph Neural Networks (ConvGNNs) 정리 (0) 2022.01.19