Skip to content

kmader/GraphNN_Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make PDF

Introduction to Graph Convolutions Binder with JupyterLab

Some introductory material for GraphNNs as sequential notebooks. The rendered output are available as PDFs in the releases page and the raw notebooks are in the notebooks directory (or follow the links below).

Notebooks

Simple examples of graphs and convolutions across them with the outputs shown at every step

The introduction to the MNIST digit classification toy problem and its adaptation for graphs.

A real GCN-based problem for classifying digits using just the graph structure of the non-zero pixels.

A real GCN-based problem for classifying digits using just the graph structure of the non-zero pixels.