Skip to content

Implementation of a Graph Echo State Network (GraphESN) using PyTorch Geometric (PyG).

License

Notifications You must be signed in to change notification settings

JacopoRaffi/GraphESN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Echo State Network (GESN)

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.

Installation

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

References

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

About

Implementation of a Graph Echo State Network (GraphESN) using PyTorch Geometric (PyG).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages