Question: I ' m a beginner in deep learning and time series analysis. I have a transportation dataset that tracks passenger flow across multiple routes /
Im a beginner in deep learning and time series analysis. I have a transportation dataset that tracks passenger flow across multiple routeslines My challenge is to forecast multiple related outputs:
The data includes:
Multiple target outputs different lines and their total
Timebased features
Environmental factors
Economic indicators
Demographic information
Key questions:
How should I approach this multipleoutput time series forecasting problem?
Should I build separate models for each line? Or should I create one model with multiple outputs? How to handle the relationship between individual lines and their total?
For implementing LSTM:
How to structure data when we have multiple related outputs? What would be an appropriate architecture? How to handle the dependencies between different outputs?
For evaluation:
How to measure accuracy across multiple outputs? How to ensure predictions for individual lines align with total predictions?
Could you guide me through this process with explanations and sample code, considering Im new to both time series analysis and deep learning?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
