nschaetti / EchoTorch

A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.
https://nschaetti.github.io/echotorch.github.io/
GNU General Public License v3.0
441 stars 117 forks source link

examples of observable point #23

Open Code-Cornelius opened 2 years ago

Code-Cornelius commented 2 years ago

The class observable looks interesting and with lots of potential. It is used everywhere (with add_observation_point). Is there any place in the repo where there is an example of how it is used?