Graph Neural Networks: Models and Applications
cse.msu.edu/~mayao4/tutorials/aaai202007.02.2020 · Tutorial Syllabus. Introduction. Graphs and Graph Structured Data. Tasks on Graph Structured Data. Graph neural networks. Foundations. Basic Graph Theory. Graph Fourier Transform. Models. Spectral-based GNN layers. Spatial-based GNN layers. Pooling Schemes for Graph-level Representation Learning. Graph Neural Networks Based Encoder-Decoder models
Graph Neural Networks: Models and Applications
cse.msu.edu › ~mayao4 › tutorialsFeb 07, 2020 · Graph Neural Networks (GNNs), which generalize the deep neural network models to graph structured data, pave a new way to effectively learn representations for graph-structured data either from the node level or the graph level. Thanks to their strong representation learning capability, GNNs have gained practical significance in various ...
A Gentle Introduction to Graph Neural Networks
distill.pub › 2021 › gnn-introSep 02, 2021 · A graph is the input, and each component (V,E,U) gets updated by a MLP to produce a new graph. Each function subscript indicates a separate function for a different graph attribute at the n-th layer of a GNN model. As is common with neural networks modules or layers, we can stack these GNN layers together.