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.
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.