It provides some interesting graph embedding techniques based on task-free or task-specific intuitions.
- Pure Network Embedding
- Attributed Network Embedding (Attribute Vectors)
- Attributed Network Embedding (Text Content)
- Graph Neural Networks
-
DeepWalk: Online Learning of Social Representations (KDD'14). [Paper] [Python Code]
-
LINE: Large-scale Information Network Embedding (WWW'15). [Paper] [C++ Code]
-
node2vec: Scalable Feature Learning for Networks (KDD'16). [Paper] [Project][Python Code]
-
Watch Your Step: Learning Node Embeddings via Graph Attention (NIPS'18). [Paper] [Python Code]
-
Label Informed Attributed Network Embedding (WSDM'17). [Paper] [MATLAB Code]
-
Accelerated Attributed Network Embedding (SDM'17). [Paper] [Python Code] [MATLAB Code]
-
Deep Gaussian Embedding of Graphs: Unsupervised Inductive Learning via Ranking (ICLR'18). [Paper][OpenReview] [Python Code]
-
Network Representation Learning with Rich Text Information (IJCAI'15). [Paper] [MATLAB Code]
-
CANE: Context-Aware Network Embedding for Relation Modeling (ACL'17). [Paper] [Python Code]
-
Diffusion Maps for Textual Network Embedding (NIPS'18). [Paper] [Python Code]
-
Diffusion-Convolutional Neural Networks (NIPS'16). [Paper] [Code]
-
Geometric Deep Learning: Going beyond Euclidean data (SPM'17). [Paper] [Project]
-
Inductive Representation Learning on Large Graphs (NIPS'17). [Paper] [Project] [Code]
-
Semi-Supervised Classification with Graph Convolutional Networks (ICLR'17). [Paper][OpenReview] [Code]
-
Neural Message Passing for Quantum Chemistry (ICML'17). [Paper] [Code]
-
Deeper Insights into Graph Convolutional Networks for Semi-Supervised Learning (AAAI'18). [Paper] [Code]
-
FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling (ICLR'18). [Paper][OpenReview] [Code]
-
Adaptive Sampling Towards Fast Graph Representation Learning (NIPS'18). [Paper] [Code]
-
Stochastic Training of Graph Convolutional Networks with Variance Reduction (ICML'18). [Paper] [Code]
-
Graph Attention Networks (ICLR'18). [Paper][OpenReview] [Code]
-
Relational Inductive Biases, Deep Learning, and Graph Networks (arXiv'18). [Paper] [Code]
-
Learning Convolutional Neural Networks for Graphs (ICML'16). [Paper] [Code]
-
Deriving Neural Architectures from Sequence and Graph Kernels (ICML'17) [Paper] [Code]
-
Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks (AAAI'19). [Paper] [Code]
-
How Powerful are Graph Neural Networks? (ICLR'19). [Paper][OpenReview][Code]
-
Capsule Graph Neural Network (ICLR'19). [Paper][OpenReview][Code]