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
- Host: GitHub
- URL: https://github.com/trustagi-lab/bane
- Owner: TrustAGI-Lab
- Created: 2019-07-11T07:37:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T15:10:20.000Z (over 4 years ago)
- Last Synced: 2025-03-05T23:30:41.259Z (over 1 year ago)
- Topics: network-embedding
- Language: MATLAB
- Homepage:
- Size: 4.27 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).