Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xptree/NetMF

Network Embedding as Matrix Factorization: Unifying DeepWalk, LINE, PTE, and node2vec
https://github.com/xptree/NetMF

deepwalk matrix-factorization network-embedding node2vec social-network social-network-analysis

Last synced: about 2 months ago
JSON representation

Network Embedding as Matrix Factorization: Unifying DeepWalk, LINE, PTE, and node2vec

Awesome Lists containing this project

README

        

# NetMF

This is a Python implementation of NetMF for the task of network embedding learning, as described in our paper:

[Network Embedding as Matrix Factorization: Unifying DeepWalk, LINE, PTE, and node2vec](https://arxiv.org/abs/1710.02971)

## Data Sets

BlogCatalog [Source](http://socialcomputing.asu.edu/datasets/BlogCatalog3) [Preprocessed](http://leitang.net/code/social-dimension/data/blogcatalog.mat)

Protein-Protein Interaction [Source](http://thebiogrid.org/download.php) [Preprocessed](http://snap.stanford.edu/node2vec/Homo_sapiens.mat)

Wikipedia [Source](http://www.mattmahoney.net/dc/textdata) [Preprocessed](http://snap.stanford.edu/node2vec/POS.mat)

[Flickr](http://leitang.net/code/social-dimension/data/flickr.mat)

## Cite

Please cite our paper if you use this code in your own work:

```
@inproceedings{qiu2018network,
title={Network Embedding as Matrix Factorization: Unifying DeepWalk, LINE, PTE, and node2vec},
author={Qiu, Jiezhong and Dong, Yuxiao and Ma, Hao and Li, Jian and Wang, Kuansan and Tang, Jie},
booktitle={Proceedings of the Eleventh ACM International Conference on Web Search and Data Mining},
pages={459--467},
year={2018},
organization={ACM}
}
```