PyRCN icon indicating copy to clipboard operation
PyRCN copied to clipboard

A Python 3 framework for Reservoir Computing with a scikit-learn-compatible API.

Results 6 PyRCN issues
Sort by recently updated
recently updated
newest added

Consider cleaning the input argument for activation function in the Input-to-Node module init method

Hello! Thanks for the amazing package! I'm trying to create a ESN that has multiple reservoirs, but only one readout, and I'm having trouble figuring out how to get it...

enhancement

This would allow to export a trained model http://onnx.ai/sklearn-onnx/

enhancement

Since probabilities cannot be larger than 1.0, this would make the functions predict_proba(X) more meaningful. Currently, I do not see additional benefits.

wontfix

I am using PyRCN version PyRCN-0.0.17 and the mackeyglass example. I would like to know how to modify the example to predict multiple steps ahead instead of 1 step ahead...

Hi, I'm exploring this tool as a part of my research on RCN and wanted to see if this would help me learn and test for my application. But so...