# PPNP **Repository Path**: hazdzz/PPNP ## Basic Information - **Project Name**: PPNP - **Description**: The PyTorch version of PPNP and APPNP implemented by the paper. - **Primary Language**: Python - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-04 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Predict then Propagate: Graph Neural Networks meet Personalized PageRank [![issues](https://img.shields.io/github/issues/hazdzz/PPNP)](https://github.com/hazdzz/PPNP/issues) [![forks](https://img.shields.io/github/forks/hazdzz/PPNP)](https://github.com/hazdzz/PPNP/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/PPNP)](https://github.com/hazdzz/PPNP/stargazers) [![License](https://img.shields.io/github/license/hazdzz/PPNP)](./LICENSE) ## About The PyTorch version of PPNP and APPNP implemented by the paper *Predict then Propagate: Graph Neural Networks meet Personalized PageRank*. ## Paper https://openreview.net/forum?id=H1gL-2A9Ym ## Author's code https://github.com/klicperajo/ppnp ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```