# ChebyNet **Repository Path**: hazdzz/ChebyNet ## Basic Information - **Project Name**: ChebyNet - **Description**: The PyTorch version of ChebyNet implemented by the paper. - **Primary Language**: Python - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2021-04-30 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: ai **Tags**: None ## README # Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering [![issues](https://img.shields.io/github/issues/hazdzz/ChebyNet)](https://github.com/hazdzz/ChebyNet/issues) [![forks](https://img.shields.io/github/forks/hazdzz/ChebyNet)](https://github.com/hazdzz/ChebyNet/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/ChebyNet)](https://github.com/hazdzz/ChebyNet/stargazers) [![License](https://img.shields.io/github/license/hazdzz/ChebyNet)](./LICENSE) ## About The PyTorch version of ChebyNet implemented by the paper *Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering*. ## Paper https://arxiv.org/abs/1606.09375 ## Author's code https://github.com/mdeff/cnn_graph ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```