# gfNN **Repository Path**: hazdzz/gfNN ## Basic Information - **Project Name**: gfNN - **Description**: The PyTorch version of gfNN 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-07-28 - **Last Updated**: 2022-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Graph Filter Neural Network [![issues](https://img.shields.io/github/issues/hazdzz/gfNN)](https://github.com/hazdzz/gfNN/issues) [![forks](https://img.shields.io/github/forks/hazdzz/gfNN)](https://github.com/hazdzz/gfNN/network/members) [![stars](https://img.shields.io/github/stars/hazdzz/gfNN)](https://github.com/hazdzz/gfNN/stargazers) [![License](https://img.shields.io/github/license/hazdzz/gfNN)](./LICENSE) ## About The PyTorch version of gfNN implemented by the paper *Revisiting Graph Neural Networks: All We Have is Low-Pass Filters*. ## Paper https://arxiv.org/abs/1905.09550 ## Author's code https://github.com/gear/gfnn ## Requirements To install requirements: ```console pip3 install -r requirements.txt ```