PlasmaControl / PyRCN

A Python 3 framework for Reservoir Computing with a scikit-learn-compatible API.
BSD 3-Clause "New" or "Revised" License
89 stars 19 forks source link

Trainable Transformers? #32

Closed renierts closed 2 years ago

renierts commented 3 years ago

If we add trainable transformers (for InputToNode and NodeToNode), we could more use the model selection objects from pyrcn and scikit-learn more efficiently. Currently, we need to optimize KM models manually and this requires a lot of coding.

renierts commented 2 years ago

This is no more necessary and closed for now.