Replication of "Next Generation Reservoir Computing" from Daniel J. Gauthier, Erik Bollt, Aaron Griffith and Wendson A. S. Barbosa.
All code was executed using Python 3.7.9, in conformity with the Methods section of the original paper.
Dependencies for basic model can be found in requirements.txt
. They are based on the dependencies described in the Methods section of the original paper.
numpy==1.20.2
scipy==1.6.2
matplotlib==3.5.3
Dependencies for the reservoirpy
based implementation of the NVAR can be found in requirements-reservoirpy.txt
.
numpy
version had to be increased with regard to the original paper to support reservoirpy
requirements.
numpy==1.21.6
scipy==1.6.2
matplotlib==3.5.3
reservoirpy==0.3.5