All Projects → xptree → Netmf

xptree / Netmf

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Netmf

Awesome Community Detection
A curated list of community detection research papers with implementations.
Stars: ✭ 1,874 (+1086.08%)
Mutual labels:  matrix-factorization, social-network
STACP
Joint Geographical and Temporal Modeling based on Matrix Factorization for Point-of-Interest Recommendation - ECIR 2020
Stars: ✭ 19 (-87.97%)
Mutual labels:  social-network, matrix-factorization
Fakebooker Frontend
Stars: ✭ 124 (-21.52%)
Mutual labels:  social-network
Cumf als
CUDA Matrix Factorization Library with Alternating Least Square (ALS)
Stars: ✭ 154 (-2.53%)
Mutual labels:  matrix-factorization
Klik Socialmediawebsite
Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
Stars: ✭ 129 (-18.35%)
Mutual labels:  social-network
Community
A Python implementation of Girvan-Newman algorithm
Stars: ✭ 125 (-20.89%)
Mutual labels:  social-network
Robustpca
Robust PCA implementation and examples (Matlab)
Stars: ✭ 138 (-12.66%)
Mutual labels:  matrix-factorization
Comrad
A socialist network: encrypted, insurveillable, unmontizeable, and self-governing. App is written in Python. (Calling all socialist programmers for help!)
Stars: ✭ 122 (-22.78%)
Mutual labels:  social-network
Share Bar
A pure JS plugin to generate a share bar for social media, used by Globo.com.
Stars: ✭ 158 (+0%)
Mutual labels:  social-network
Nmflibrary
MATLAB library for non-negative matrix factorization (NMF): Version 1.8.1
Stars: ✭ 153 (-3.16%)
Mutual labels:  matrix-factorization
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-18.35%)
Mutual labels:  social-network
Okuna Www
🚀 The Okuna website code.
Stars: ✭ 127 (-19.62%)
Mutual labels:  social-network
Recotour
A tour through recommendation algorithms in python [IN PROGRESS]
Stars: ✭ 140 (-11.39%)
Mutual labels:  matrix-factorization
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (-20.89%)
Mutual labels:  social-network
Bionev
Graph Embedding Evaluation / Code and Datasets for "Graph Embedding on Biomedical Networks: Methods, Applications, and Evaluations" (Bioinformatics 2020)
Stars: ✭ 155 (-1.9%)
Mutual labels:  matrix-factorization
Mern Social Network
Building a social network with MERN stack
Stars: ✭ 122 (-22.78%)
Mutual labels:  social-network
Open social
Open Social install profile Drupal 8
Stars: ✭ 128 (-18.99%)
Mutual labels:  social-network
Laravel 5.3 And Vue Js 2.0 Social Network
Social network built with Laravel 5.3 and Vue js 2.0
Stars: ✭ 137 (-13.29%)
Mutual labels:  social-network
Steem
The blockchain for Smart Media Tokens (SMTs) and decentralized applications.
Stars: ✭ 1,915 (+1112.03%)
Mutual labels:  social-network
Astral
Augmented reality social network, an underworld of discussion and information to every street.
Stars: ✭ 156 (-1.27%)
Mutual labels:  social-network

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

Data Sets

BlogCatalog Source Preprocessed

Protein-Protein Interaction Source Preprocessed

Wikipedia Source Preprocessed

Flickr

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}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].