# GDC **Repository Path**: hazdzz/GDC ## Basic Information - **Project Name**: GDC - **Description**: The PyTorch version of GDC 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**: 2021-08-01 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Graph Diffusion Convolution [![issues](https://img.shields.io/github/issues/hazdzz/GDC)](https://github.com/hazdzz/GDC/issues) [![forks](https://img.shields.io/github/forks/hazdzz/GDC)](https://github.com/hazdzz/GDC/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/GDC)](https://github.com/hazdzz/GDC/stargazers) [![License](https://img.shields.io/github/license/hazdzz/GDC)](./LICENSE) ## About The PyTorch version of GDC implemented by the paper *Diffusion Improves Graph Learning*. ## Paper https://arxiv.org/abs/1911.05485 ## Author's code https://github.com/klicperajo/gdc ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```