Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online learning for reservoirpy.nodes.NVAR #131

Open
Fel1xJulian opened this issue Aug 8, 2023 · 2 comments
Open

Online learning for reservoirpy.nodes.NVAR #131

Fel1xJulian opened this issue Aug 8, 2023 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@Fel1xJulian
Copy link

Is there a good online learning implementation for the NVAR function?
Working on a time series prediction problem and need the algorithm to adjust on the fly to new data as it becomes available and adjust the model accordingly (actual data vs. predicted value).
Would be grateful for any helpful pointers towards already available implementations.

@neuronalX neuronalX self-assigned this Aug 8, 2023
@neuronalX neuronalX added the help wanted Extra attention is needed label Aug 8, 2023
@neuronalX
Copy link
Collaborator

neuronalX commented Aug 8, 2023

If you want to perfrom online training, did you try RLS (also called FORCE) training?
https://reservoirpy.readthedocs.io/en/latest/api/generated/reservoirpy.nodes.RLS.html#

Examples in user guide here: https://reservoirpy.readthedocs.io/en/latest/user_guide/learning_rules.html

@Fel1xJulian
Copy link
Author

Thanks for pointing that out.
Are you aware of any publications/tutorials that have already used such an implementation? Haven’t been able to find any, would be especially interested in a rigorous comparison to ‘traditional’ RC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants