# HKGCN **Repository Path**: hazdzz/HKGCN ## Basic Information - **Project Name**: HKGCN - **Description**: The PyTorch version of HKGCN implemented by the paper. - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Heat Kernel Graph Convolutional Networks [![issues](https://img.shields.io/github/issues/hazdzz/HKGCN)](https://github.com/hazdzz/HKGCN/issues) [![forks](https://img.shields.io/github/forks/hazdzz/HKGCN)](https://github.com/hazdzz/HKGCN/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/HKGCN)](https://github.com/hazdzz/HKGCN/stargazers) [![License](https://img.shields.io/github/license/hazdzz/HKGCN)](./LICENSE) ## About The PyTorch version of HKGCN implemented by the paper *Generalizing Graph Convolutional Networks via Heat Kernel*. ## Paper https://openreview.net/forum?id=yBJihVXahXc ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```