torch-ppr icon indicating copy to clipboard operation
torch-ppr copied to clipboard

(Personalized) Page-Rank computation using PyTorch

Results 3 torch-ppr issues
Sort by recently updated
recently updated
newest added

Thank you for this repo! The reason to request a 'layer' fomulation is to convert the function `page_rank` to an onnx graph with `torch.onnx` (only accepts models). Once I have...

related to https://github.com/mberr/torch-ppr/pull/18

can u provide one simple example , how to use it for bipartite graph for recommending items to for users using this PPR code. thanks