Skip to content

yq-leo/FINAL-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FINAL-Python

Python (Pytorch) implementation of "FINAL: Fast Attributed Network Alignment". The official MATLAB implementation is here.

Prerequisites

  • numpy
  • scipy
  • pytorch

Datasets

You can run main.py using one of the following datasets

  • foursquare-twitter
  • ACM-DBLP
  • Douban
  • flickr-lastfm
  • flickr-myspace

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/yq-leo/FINAL-Python.git
  1. Navigate to the project directory:
cd FINAL-Python
  1. Install the required dependencies:
pip install -r requirements.txt
  1. To run FINAL, execute the following command in the terminal:
python main.py --dataset={dataset}

Reference

Official Code

FINAL-KDD16

Paper

Zhang, S., & Tong, H. (2016, August). Final: Fast attributed network alignment. In Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining (pp. 1345-1354). DOI.

About

Python implementation of "FINAL: Fast Attributed Network Alignment"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages