Fixes #672 LSTM-based Traffic Demand Forecasting #674
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
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