You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am also interested on Transformers applied to TimeSeries, but I am having a hard time understanding the repo.
I would suggest adding more info to the Readme to show the capabilities of the library.
Is it a forecasting model? multistep ahead, single step?
Is it a classification model (as InceptionTime), can be adapted to do this?
Is it a regression model?
I would also be nice to have a small graph like the ones on the training notebooks on the Readme, to show the potential.
Great work btw, and I am very interested to collaborate.
We run a Time Series Study group on the fast.ai forums:
Hi, the Transformer implemented in this repo is very similar to the original model described in Attention Is All You Need, I would suggest heading there for more information. To answer your questions,
The Transformer is a coherent many to many model, i.e. we predict one single output for each input. Using the current architecture, it is not suited for forecasting
We implemented this Transformer with regression in mind, but you should be able to apply it to classification, see for instance the transformer to be applied to classification #18 (pinned for more visibility)
If you want to add some modules, or modify the model itself (for forcasting or classification for example), don't hesitate to fork and PR. And thanks for the links, I'll be sure to check them out !
Hello,
I am also interested on Transformers applied to TimeSeries, but I am having a hard time understanding the repo.
I would suggest adding more info to the Readme to show the capabilities of the library.
I would also be nice to have a small graph like the ones on the training notebooks on the Readme, to show the potential.
Great work btw, and I am very interested to collaborate.
We run a Time Series Study group on the fast.ai forums:
The text was updated successfully, but these errors were encountered: