Skip to content

xgfs/FREDE

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cpp
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

FREDE

This repository is a reference implemenatation for the Space-Efficient and Anytime-Optimal Graph Embeddings paper.

Usage

To compute Personalized Page-Rank (PPR) matrix used as a similarity measure in the experiments, install pprlib using:

cd cpp & ./make.sh

First, to compute PPR use computeppr.py script. To run calculate embeddings run embed.py:

python embed.py fd POS log 128 embs

To run donstream tasks (classification, link prediction) run classify.py and linkpred.py scripts:

python classify.py POS deepwalk embs/pos.bin 0.1 0.9 0.2 results

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published