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

https://github.com/trustagi-lab/bane

BANE: Binarized Attributed Network Embedding - ICDM2018
https://github.com/trustagi-lab/bane

network-embedding

Last synced: 28 days ago
JSON representation

BANE: Binarized Attributed Network Embedding - ICDM2018

Awesome Lists containing this project

README

          

# BANE
Binarized Attributed Network Embedding - ICDM2018

This is a Matlab implementation for the following paper published in ICDM2018:

H. Yang, S. Pan, P. Zhang, L. Chen, D. Lian, C. Zhang. Binarized Attributed Network Embedding. IEEE International Conference on Data Mining, 2018. [pdf](https://shiruipan.github.io/pdf/ICDM-18-Yang.pdf).

# Usage
run BANE.m for a demo for the cora dataset. Please note that parameters need to change on other datasets.

Another implementation in python can be found [here](https://github.com/benedekrozemberczki/BANE).