sungyongs / graph-based-nn

Graph Convolutional Networks (GCNs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph-based Neural Networks

This page is to summarize important materials about graph-based neural networks and relational networks. If I miss some recent works or anyone wants to recommend other references, please let me know.

Background

(You can find many materials for deep neural networks in other places. Here, I mainly cover materials about graphs.)

  • Basic Graph Theory by Xavier Bresson, See Lecture 3 and 16
  • Spectral Graph Theory by Fan Chung
  • Graph Signal Processing GSP by Ortega et al.
    • This paper provide an overview of core ideas in GSP and their connection to conventional digital signal processing.
    • Signal processing is required to understand the convolution in the spectral domain.
  • Keywords : graph theory, spectral graph theory, discrete Fourier transform (DFT)

List of Related Works

Tutorials or Workshops

Useful Resources

List of Researchers

About

Graph Convolutional Networks (GCNs)