Skip to content

Temperature prediction using Recurrent Neural Networks.

License

Notifications You must be signed in to change notification settings

PhoenixSmaug/Weather-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather prediction using RNNs

State-of-the-art weather models use dozens of measurement parameters that allow an accurate forecast for several days in the future. For this project, the models are restricted to only use temperature data and then solve the time series prediction model to predict the temperature six hours in advance.

As a data set, the project will use hourly temperature measurements in the German city of Mannheim from 01.01.1948 to 31.12.2023, provided by the German Weather Service DWD here. The following models are compared with each other:

  • Linear Regression
  • k-Nearest Neighbours
  • RNN with GRU layers
  • RNN with LSTM layers

The main findings are that recurrent neural networks outperform traditional regression models on this task. And this improvement can be achieved even with very small networks that have less than 10,000 parameters.

(c) Mia Müßig

About

Temperature prediction using Recurrent Neural Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published