zkk995 / ASNE

Tensorflow implementation of Attributed Social Network Embedding framework (ASNE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attributed-Social-Network-Embedding

Tensorflow implementation of Attributed Social Network Embedding framework (ASNE).

The instruction of commands has been clearly stated in the codes (see the parse_args function).

Example to run the codes.

python SNE_runner.py --data_path path --id_dim 20 --attr_dim 20 --n_neg_samples 10 --epoch 20

Cite

If you use the code, please kindly cite the following paper:

@article{liao2017attributed,
  title={Attributed Social Network Embedding},
  author={Liao, Lizi and He, Xiangnan and Zhang, Hanwang and Chua, Tat-Seng},
  journal={arXiv preprint arXiv:1705.04969},
  year={2017}
}

Contact

liaolizi.llz@gmail.com

About

Tensorflow implementation of Attributed Social Network Embedding framework (ASNE)


Languages

Language:Python 100.0%