Francesco Martinuzzi
Francesco Martinuzzi
This would make for a very interesting addition! Instead of a new function I could add a ```return_states``` boolean to ```ESNpredict``` that the user would toggle if they want the...
I am sorry, actually misread the initial post. I thought that you were looking for the fitted states for the prediction data. The fitted states for the input/training data can...
```ESNfitted``` is now merged into main and will be available in ReservoirComputing 0.6.3. Sorry again for my initial confusion, and thanks for the interesting idea for an addition to the...
This took me a little to get to since I wanted to double check a little of literature but there doesn't seem to be a lot that helps in this...
The example could be useful, you are very kind! I'll start working in this direction, I am sure this feature could be of great use
From a theoretical point of view I don't see any barriers to implement support for generalized linear models. Giving support for both the packages could be doable regardless of current...
Thanks for the example, I should be able to properly tackle this in the next days!
Yes, that is definitely a high priority implementation for ReservoirComputing.jl. There will be a slight refactorization of the code base in the following weeks, and after that I'll tackle NG-RC
thanks for taking a stab at this, at a first glance it seems to be on point! the `nla` functions are explicitly tested so as long as those tests pass...
This is very doable, it just needs the esn to be a callable function of the input `esn(x)` and call the jacobian from ForwadDiff. This will need a little re...