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

Can online learning or ReservoirPy in general be used for time series classification? #46

Open
jagandecapri opened this issue Jan 2, 2022 · 0 comments
Assignees

Comments

@jagandecapri
Copy link

Hi,

Thank you for this library.

Currently, I am trying to use online learning as demonstrated in https://github.com/reservoirpy/reservoirpy/blob/master/tutorials/Online learning/online_learning_example_MackeyGlass.py for a classification task. The input dataset is of the shape (batch, time_sequence, features) and for each batch there is one prediction (0 or 1) which yields the shape (batch, prediction).

As I was playing around the online learning example (I could be wrong), it seems to me that online learning in ReservoirPy is built for time series forecasting where the predictions (teachers for training) should be (batch, time_sequence, prediction) or in other words, each time_sequence in each batch has its prediction.

Hence, my questions are;

  1. Can online learning be used for time series classification as I outlined above?
  2. Generally, can ReservoirPy be used for time series classification as I outlined above?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants