Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "Scaling Graph Neural Networks with Approximate PageRank" #9847

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ryspark
Copy link

@ryspark ryspark commented Dec 11, 2024

Implementation of PPRGo from the paper "Scaling Graph Neural Networks with Approximate PageRank". Specifically, this PR adds:

  • Top-k sparsification support to utils.get_ppr and transforms.GDC
  • PPRGo model implementation in nn.models.PPRGo
  • Example usage of PPRGo on the Reddit graph dataset in examples/pprgo.py
  • Tests, documentation for all new code

Thank you!

@ryspark ryspark changed the title Implement "Scaling Graph Neural Networks with Approximate PageRank" Add implementation of "Scaling Graph Neural Networks with Approximate PageRank" Dec 11, 2024
@ryspark ryspark changed the title Add implementation of "Scaling Graph Neural Networks with Approximate PageRank" Implement "Scaling Graph Neural Networks with Approximate PageRank" Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant