Forecast
Prediction
趙若羽
Outline
Studies are dedicated to the prediction of extreme weather through AI tools nowadays. � More closely to the life… the every single day forecast prediction.
Input a set of data with different features
Output the temperature of next hour
Decision tree / Linear regression model / Neural network model / …
1
Introduction
The weather data of Leeds, England
Dataset source:
Dataset
2
Method
3
Result
4
Decision Tree Regressor | | |
Features | 4 | 3 |
Total Depths | 9 | 9 |
Best Depth | 2 | 2 |
MSE | 1.79 | 2.39 |
MSE
MSE
Result
4
Model - RNN | | | | |
Features | 4 | 4 | 3 | 3 |
Epochs | 20 | 50 | 20 | 50 |
MSE | 2.081 | 2.076 | 1.520 | 1.510 |
Loss
Epoch
Result
4
Model - LSTM | | | | |
Features | 4 | 4 | 3 | 3 |
Epochs | 20 | 50 | 20 | 50 |
MSE | 1.825 | 1.821 | 1.540 | 1.511 |
Loss
Epoch
Conclusion
5
Thanks