Skip to content
/ link-prediction Public template

Performing link prediction on graphs using graph embeddings technique

License

Notifications You must be signed in to change notification settings

gmmoliveira/link-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link-prediction

Performing link prediction on graphs using graph embeddings technique generated by the NBNE (https://github.com/tpimentelms/nbne).

The graph used in the example was retrieved from the page "https://snap.stanford.edu/data/egonets-Facebook.html", by downloading the file "facebook_combined.txt.gz".

This is a sample of graph learning on how to perform link prediction using an unsupervised learning technique to obtain dense vectorial representations for graph vertices on (extremely) imbalanced graphs (there are plenty more non-endges than edges in the target graph).

Two models are analysed here, a XGBoost and a Transformer Neural Network.

About

Performing link prediction on graphs using graph embeddings technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages