Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 448 Bytes

FAME

Source code for CIKM 2020 paper "Fast Attributed Multiplex Heterogeneous Network Embedding"

Usage:

Install dependencies

pip install -r requirements.txt

Prepare data

Please unzip the feature.zip in the data/IMDB folder to data/IMDB

Run the code

python main.py

This command will reproduce FAME's link prediction experiment results on the IMDB data set. Please check the paper for detailed parameter settings.