FastRP icon indicating copy to clipboard operation
FastRP copied to clipboard

Code for the CIKM 2019 Paper "Fast and Accurate Network Embeddings via Very Sparse Random Projection"

Results 5 FastRP issues
Sort by recently updated
recently updated
newest added

The ```Y``` matrix in ```fastrp_projection``` doesn't seem to affect the output. This also means that ```alpha``` is not being used either. https://github.com/GTmac/FastRP/blob/3a6a71c02a47b131445ed091db6d4ad9aed47d7d/fastrp.py#L42

from fastrp_exp import * is missing fastrp_exp.py f1_scores, result = scoring, through exception "TypeError: scoring() missing 4 required positional arguments: 'Ydf', 'label', 'm', and 'bidict'" (What are the python package...

Hi there, I'm doing some research in this space and was wondering if the WWW-200k and WWW-10k datasets were available anywhere?

Hi, I noticed that the models uses a sparse matrix dot product. For extremely large matrices in the order of millions of nodes (currently working with 5 million nodes, but...

Hi, is there a code for fastRP? thanks