CS224W摘要总纲(已完结)

Posted oldmao_2000

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CS224W摘要总纲(已完结)相关的知识,希望对你有一定的参考价值。

文章目录


CS224W: Machine Learning with Graphs
公式输入请参考: 在线Latex公式

01.Introduction;Machine Learning for Graphs

Why Graphs?
Applications of Graph ML
Choice of Graph Representation

02.Traditional Methods for Machine Learning in Graphs

Node-level Tasks and Features
Link Prediction Task and Feature
Graph-Level Features and Graph Kernels

03.Node Embedding

Encoder 和Decoder框架
随机游走
Node2Vec
Embedding entire graphs

04.Link Analysis: PageRank

PageRank介绍
How to solve PageRank?
Random Walk with restarts and Personalized PageRank
Matrix Factorization and Node Embeddings
Limitations of node embeddings via matrix factorization and random walks

05.Label Propagation for Node Classification

Homophily和Influence
Probabilistic Relational classifiers
Iterative classification
Belief Propagation

06.07.GNN

Basic of Deep Learning(略)
Deep Learning for Graphs

08.Applications of Graph Neural Networks

Graph Feature augmentation
Graph Structure augmentation
Prediction with GNNs
Training Graph Neural Networks
Setting-up GNN Prediction Tasks

09.Theory of Graph Neural Networks

How powerful are GNNs?
    local neighborhood structures
    lComputational graph
Injective Function
    lDesigning the Most Powerful Graph Neural Network
    linjective multiset function
    lGIN vs WL graph Kernel

10.Knowledge Graph Embeddings

Heterogeneous Graphs and Relational GCN (RGCN)
Knowledge Graphs: KG Completion with Embeddings
Knowledge Graph Completion: TransE, TransR, DistMult, ComplEx

11.Reasoning over Knowledge Graphs

Reasoning over Knowledge Graphs
Answering Predictive Queries on Knowledge Graphs
Query2box: Reasoning over KGs Using Box Embeddings
AND-OR queries

12.Frequent Subgraph Mining with GNNs

Subgraph and Motifs
Neural Subgraph Matching / Representations
Mining / Finding Frequent Motifs / Subgraphs

13.Community Detection in Networks

Community Detection in Networks
Network Communites
Louvain Algorithm
Detecting Overlapping Communities: BigCLAM

14.Traditional Generative Models for Graphs

Properties of Real-world Graphs
MSN Graph
Erdös-Renyi Random Graphs
The Small-World Model
Kronecker Graph Model

15.Deep Generative Models for Graphs

Graph Generative Models
GraphRNN
深度图生成模型的应用(药物)

16.Advanced Topics on GNNs

Limitations of GNN
Position-aware GNNs
Identity-aware GNNs
GNN的鲁棒性

17.Scaling Up GNNs

Scaling Up GNNs to Large Graphs
Neighbor Sampling: GraphSAGE
Cluster-GCN
Simplified GCN

Graph Neural Networks in Computational Biology

背景介绍
药物及药物组合的安全性
患者预后及疾病分类
新药研发

19.GNNs for Science

Pre-Training GNN
Hyperbolic Graph Embeddings
Design Space of GNN

以上是关于CS224W摘要总纲(已完结)的主要内容,如果未能解决你的问题,请参考以下文章

CS224W摘要18.Graph Neural Networks in Computational Biology

CS224W摘要06.07.GNN

CS224W摘要10.Knowledge Graph Embeddings

CS224W摘要03.Node Embedding

CS224W摘要05.Message passin and Node classification

CS224W摘要15.Deep Generative Models for Graphs