stellargraph/stellargraph

View on GitHub
demos/link-prediction/README.md

Summary

Maintainability
Test Coverage
# Link prediction using StellarGraph

<!-- DOCS LINKS -->
<!-- autogenerated by scripts/demo_indexing.py, edit that file instead of this location -->

These demos are displayed with detailed descriptions in the documentation: https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/

| Demo | Source |
|---|---|
| [Link prediction via inductive node representations with attri2vec](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/attri2vec-link-prediction.html) | [source](attri2vec-link-prediction.ipynb) |
| [Knowledge graph link prediction with ComplEx](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/complex-link-prediction.html) | [source](complex-link-prediction.ipynb) |
| [Link prediction with Continuous-Time Dynamic Network Embeddings (CTDNE)](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/ctdne-link-prediction.html) | [source](ctdne-link-prediction.ipynb) |
| [Knowledge graph link prediction with DistMult](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/distmult-link-prediction.html) | [source](distmult-link-prediction.ipynb) |
| [Link prediction with GCN](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/gcn-link-prediction.html) | [source](gcn-link-prediction.ipynb) |
| [Link prediction with GraphSAGE](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/graphsage-link-prediction.html) | [source](graphsage-link-prediction.ipynb) |
| [Link prediction with Heterogeneous GraphSAGE (HinSAGE)](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/hinsage-link-prediction.html) | [source](hinsage-link-prediction.ipynb) |
| [Comparison of link prediction with random walks based node embedding](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/homogeneous-comparison-link-prediction.html) | [source](homogeneous-comparison-link-prediction.ipynb) |
| [Link prediction with Metapath2Vec](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/metapath2vec-link-prediction.html) | [source](metapath2vec-link-prediction.ipynb) |
| [Link prediction with Node2Vec](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/node2vec-link-prediction.html) | [source](node2vec-link-prediction.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).
<!-- DOCS LINKS -->