Skip to content

Alessio240593/GraphLA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphLA Link Prediction

This repository contains the implementation of GraphLA, a leader-aware GNN for link prediction on animal social networks.

Running in Google Colab

  1. Copy the folder notebook/GraphLA to your Google Drive.
  2. Open the main.ipynb notebook in Colab.
  3. Run all cells (the notebook will execute all scripts automatically).

Running Locally

git clone <repo_url>
cd GraphLA

# Using venv
python3 -m venv GraphLA
source GraphLA/bin/activate 

pip install --upgrade pip
pip install -r requirements.txt

python main.py

deactivate

# Using conda
conda create -n GraphLA python=3.x
conda activate GraphLA

python main.py

conda deactivate

About

GraphLA (GNN Leader aware) A simple network for leader-follower Link Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors