Spektral
https://graphneural.networkSpektral is a Python library for graph deep learning, based on the Keras API and TensorFlow 2. The main goal of this project is to provide a simple but ...
kuandeng/LightGCN - GitHub
https://github.com/kuandeng/lightgcn05.09.2020 · LightGCN. This is our Tensorflow implementation for our SIGIR 2020 paper: Xiangnan He, Kuan Deng ,Xiang Wang, Yan Li, Yongdong Zhang, Meng Wang (2020). LightGCN: Simplifying and Powering Graph Convolution Network for Recommendation, Paper in arXiv. Contributors: Dr. Xiangnan He (staff.ustc.edu.cn/~hexn/), Kuan Deng, Yingxin Wu.
huangwb/AS-GCN: tensorflow-as-gcn - GitHub
https://github.com/huangwb/AS-GCN18.10.2019 · Our code is based on the orginal GCN framework, and takes inspirations from GraphSAGE and FastGCN. The core of this code is that we separate the sampling (i.e. sampler) and propagation (i.e. propagator) processes, both of which are implemented by tensorflow. Please note that it is possible that the results by this code would be slightly ...