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

Fixes #672 LSTM-based Traffic Demand Forecasting #674

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

Varunshiyam
Copy link
Contributor

@Varunshiyam Varunshiyam commented Oct 30, 2024

Related Issues or bug

Accurately forecasting traffic demand at specific locations and times is crucial for efficient transportation, but challenging due to complex spatiotemporal patterns and limited data. This project aims to overcome these challenges using a novel deep learning approach.


Kindly, Assign this issue to me:
Under labels:

  • Gssoc-ext 🌸
  • hacktoberfest ☘️
  • Level 3 ✨

Fixes: #672

Proposed Changes

This project tackles traffic demand forecasting using a unique two-step deep learning approach. First, it employs Long Short-Term Memory (LSTM) networks to predict aggregated demand for different geographic clusters. Then, it uses linear regression to distribute this predicted demand across individual locations within each cluster. This method allows for accurate and granular forecasting, even with limited data. The project also includes extensive feature engineering and exploratory data analysis to understand spatiotemporal demand patterns.

Additional Info

Added up a File

Screenshots

Updated a new Python file

Screenshot 2024-10-30 at 3 12 00 PM

Copy link

👋 Thank you for opening this pull request! We appreciate your contribution to improving this project. Your PR is under review, and we'll get back to you shortly.
Don't forget to mention the issue you solved!.

To help move the process along, please tag @UppuluriKalyani, @Neilblaze, and @SaiNivedh26 for a faster review!

@UppuluriKalyani
Copy link
Owner

@Varunshiyam add readme file with clear description.

@UppuluriKalyani UppuluriKalyani merged commit 0d4dc61 into UppuluriKalyani:main Oct 30, 2024
Copy link

🎉🎉 Thank you for your contribution! Your PR #674 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSTM-based Traffic Demand Forecasting with Clustered Spatial Distribution
2 participants