# SSGC **Repository Path**: hazdzz/SSGC ## Basic Information - **Project Name**: SSGC - **Description**: The PyTorch version of SSGC 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-23 - **Last Updated**: 2022-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Spectral Graph Convolutional Networks [![issues](https://img.shields.io/github/issues/hazdzz/SSGC)](https://github.com/hazdzz/SSGC/issues) [![forks](https://img.shields.io/github/forks/hazdzz/SSGC)](https://github.com/hazdzz/SSGC/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/SSGC)](https://github.com/hazdzz/SSGC/stargazers) [![License](https://img.shields.io/github/license/hazdzz/SSGC)](./LICENSE) ## About The PyTorch version of SSGC implemented by the paper *Simple Spectral Graph Convolution*. ## Paper https://openreview.net/forum?id=CYO5T-YjWZV ## Author's code https://github.com/allenhaozhu/SSGC ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```