# Graph classification using StellarGraph These demos are displayed with detailed descriptions in the documentation: https://stellargraph.readthedocs.io/en/stable/demos/graph-classification/ | Demo | Source | |---|---| | [Supervised graph classification with Deep Graph CNN](https://stellargraph.readthedocs.io/en/stable/demos/graph-classification/dgcnn-graph-classification.html) | [source](dgcnn-graph-classification.ipynb) | | [Supervised graph classification with GCN](https://stellargraph.readthedocs.io/en/stable/demos/graph-classification/gcn-supervised-graph-classification.html) | [source](gcn-supervised-graph-classification.ipynb) | The demo titles link to the latest, nicely rendered version. The 'source' links will open the demo in the application in which this README is being viewed, such as Jupyter Lab (ready for execution).