dglai / WWW20-Hands-on-Tutorial

Materials for DGL hands-on tutorial in WWW 2020
502 stars 145 forks source link

Learning Graph Neural Networks with Deep Graph Library -- WWW 2020 Hands-on Tutorial

This tutorial is developed for DGL 0.4.3, so some of the contents could be out-dated.

Presenters: George Karypis, Zheng Zhang, Minjie Wang, Da Zheng, Quan Gan

Time: (UTC/GMT +8) 09:00-16:30, April, 20, Monday

Abstract

Learning from graph and relational data plays a major role in many applications including social network analysis, marketing, e-commerce, information retrieval, knowledge modeling, medical and biological sciences, engineering, and others. In the last few years, Graph Neural Networks (GNNs) have emerged as a promising new supervised learning framework capable of bringing the power of deep representation learning to graph and relational data. This ever-growing body of research has shown that GNNs achieve state-of-the-art performance for problems such as link prediction, fraud detection, target-ligand binding activity prediction, knowledge-graph completion, and product recommendations.

The objective of this tutorial is twofold. First, it will provide an overview of the theory behind GNNs, discuss the types of problems that GNNs are well suited for, and introduce some of the most widely used GNN model architectures and problems/applications that are designed to solve. Second, it will introduce the Deep Graph Library (DGL), a new software framework that simplifies the development of efficient GNN-based training and inference programs. To make things concrete, the tutorial will provide hands-on sessions using DGL. This hands-on part will cover both basic graph applications (e.g., node classification and link prediction), as well as more advanced topics including training GNNs on large graphs and in a distributed setting. In addition, it will provide hands-on tutorials on using GNNs and DGL for real-world applications such as recommendation and fraud detection.

Prerequisite

The attendees should have some experience with deep learning and have used deep learning frameworks such as MXNet, Pytorch, and TensorFlow. Attendees should have experience with the various problems and techniques arising and used in graph learning and analysis, but it is not required.

Agenda

Time Session Material Presenter
9:00-9:45 Overview of Graph Neural Networks slides George Karypis
9:45-10:30 Overview of Deep Graph Library (DGL) slides Zheng Zhang
10:30-11:00 Virtual Coffee Break
11:00-12:30 (Hands-on) GNN models for basic graph tasks notebook Minjie Wang
12:30-14:00 Virtual Lunch Break
14:00-15:30 (Hands-on) GNN training on large graphs notebook Da Zheng
15:30-16:00 Virtual Coffee Break
16:00-17:30 (Hands-on) GNN models for real-world applications notebook Quan Gan

Section Content

Community

Join our Slack channel "WWW20-tutorial" for discussion.