AANE_Python
AANE_Python copied to clipboard
Accelerated Attributed Network Embedding, SDM 2017
Thanks a lot for sharing the code. I have been trying to implement your paper from scratch to understand ADMM. Your code is very helpful in understanding the paper and...
dataset
can we have yelp data set? thank you for it.
This python implementation is fast on mac os, but slow on Linux. It is because scipy.sparse.linalg.svds is used. Will fix it in the future.
@Tomposon Given the whole N nodes, you do five-fold cross-validation, i.e., four-fold nodes for training, denoted as the training group T1. We denote the test nodes as T2. When "Training...
I try to run the Runme.py, in which the BlogCatalog set is trained. But when I used the embedding for node classification, the performance was terrible. The micro f1 was...