raunakkmr/GraphSAGE-and-GAT-for-link-prediction
GraphSAGE and GAT for link prediction.
This project helps data scientists and machine learning engineers analyze how connections evolve in dynamic networks, like social networks or collaboration graphs. It takes existing network data and predicts future links, helping to understand emerging relationships. This is valuable for researchers and practitioners working with complex relational data over time.
No commits in the last 6 months.
Use this if you are a data scientist working with temporal graph data and need to predict future connections between entities.
Not ideal if you are looking for a fully-fledged, production-ready solution for link prediction, as this is an experimental implementation.
Stars
94
Forks
19
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Sep 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/raunakkmr/GraphSAGE-and-GAT-for-link-prediction"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.