This repository contains a personal implementation of a Graph Echo State Network (GESN) using PyTorch Geometric (PyG). The model integrates graph structures with echo state networks, supporting various initialization strategies.
Clone the repository and install the dependencies using requirements.txt
:
git clone https://github.com/JacopoRaffi/GraphESN.git
cd GraphESN
pip install -r requirements.txt
Gallicchio, C., & Micheli, A. (2010). Graph Echo State Networks. In International Joint Conference on Neural Networks, IJCNN 2010, Barcelona, Spain, 18-23 July, 2010 (pp. 1--8) [IEEE]. DOI
Tortorella, D., Gallicchio, C., & Micheli, A. (2022). Spectral Bounds for Graph Echo State Network Stability. In International Joint Conference on Neural Networks, IJCNN 2022, Padua, Italy, July 18-23, 2022 (pp. 1--8) [IEEE]. DOI
Gallicchio, C., & Micheli, A. (2020). Ring Reservoir Neural Networks for Graphs. In 2020 International Joint Conference on Neural Networks, IJCNN 2020, Glasgow, United Kingdom, July 19-24, 2020 (pp. 1--7) [IEEE]. DOI