NetSMF
NetSMF copied to clipboard
NetSMF: Large-Scale Network Embedding as Sparse Matrix Factorization
Interesting paper :) There were a few changes I needed to make to get this to work. The most notable being that converting to a `sparse.coo_matrix` and then acessing row...
Would you please provide a dockerfile? This would make it much easier for others to use this code
There is an error indicating that a ';' is missing in https://github.com/xptree/NetSMF/blob/550da916b04b393de499e2ca5b13733d6a5e496d/src/redsvd/redsvd.hpp#L84 ``` NetSMF/src/redsvd/redsvd.hpp:87:5: error: expected ‘;’ before ‘Util’ 87 | Util::processGramSchmidt(Z); | ^~~~ make[2]: *** [src/redsvd/CMakeFiles/redsvd.dir/build.make:76: src/redsvd/CMakeFiles/redsvd.dir/redsvdFile.cpp.o] Error 1...
Hi, I was running netsmf for scalable proximity embeddings for the dataset i constructed. But it was terminated without notice. And I cannot figure out why. I wonder if you...