sisaman / CRMP

Predicting Anchor Links between Heterogeneous Social Networks (ASONAM 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

Code to accompany the paper "Predicting Anchor Links between Heterogeneous Social Networks" published in IEEE/ACM ASONAM 2016.

Dataset:

Please drop me an email to send you the download link.
sina.sajadmanesh@epfl.ch

Usage:

  1. Download and import the dataset into MySQL.
  2. Set your MySQL settings in feature_extraction/config.ini
  3. Run feature_extraction/prepare_database.py
  4. Run feature_extraction/extract.py
  5. Run classification/batch_results_*.m

Paper:

Available on arXiv: https://arxiv.org/pdf/1607.08821v2.pdf

Citing:

@INPROCEEDINGS{sajadmaneshasonam16,
      author={S. {Sajadmanesh} and H. R. {Rabiee} and A. {Khodadadi}},
      booktitle={2016 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining             (ASONAM)},
      title={Predicting anchor links between heterogeneous social networks},
      year={2016},
      month={Aug},
      pages={158-163}
}

About

Predicting Anchor Links between Heterogeneous Social Networks (ASONAM 2016)

License:MIT License


Languages

Language:Python 71.9%Language:MATLAB 28.1%