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

SegRNN: Another remarkable work aimed at revitalizing classical RNNs #1

Open
lss-1138 opened this issue Mar 13, 2024 · 0 comments
Open

Comments

@lss-1138
Copy link

Hi, it's exciting to discover another remarkable work aimed at revitalizing RNN-based methods for time-series analysis tasks.

With the same goal in mind, we have introduced SegRNN (Paper link: https://arxiv.org/abs/2308.11200, Code link: https://github.com/lss-1138/SegRNN), demonstrating that RNNs still excel in time series forecasting tasks.

Specifically, SegRNN leverages two innovative strategies: Segment-wise Iterations and Parallel Multi-step Forecasting, enabling classical RNNs (e.g., GRU) to outperform state-of-the-art Transformer methods with significant efficiency advantages.

Once again, let's work together to make RNNs shine brightly.

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

1 participant