Skip to content

LeiCaiwsu/LGLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Line Graph Neural Networks for Link Prediction

Introduction

Pytorch implementation of Line Graph Neural Networks for Link Prediction.

model

System requirement

Programming language

Python 3.5 +

Python Packages

Pytorch , Numpy , Networkx, PyTorch Geometric

Datasets

Raw datasets are obtained from https://noesis.ikor.org/datasets/link-prediction. Datasets are processed and saved into mat file.

Training

Train the network

cd LGLP/Python
python Main.py --data-name=BUP --test-ratio=0.5

Acknowlegdements

Part of code borrow from https://github.com/muhanzhang/SEAL and https://github.com/muhanzhang/DGCNN. Thanks for their excellent work!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published