Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Historical weather data from Basel is used to predict the amount of Short wave radiation on a hourly basis. The data covers 1863 days from 07/2013 to 07/2018. The model is tested on data from 07/2012 to 07/2013.

License

Notifications You must be signed in to change notification settings

aron0093/ANN_weather_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANN_weather_prediction

Historical weather data from Basel is used to predict the amount of Short wave radiation on a hourly basis. The data covers 1863 days from 07/2013 to 07/2018. The model is tested on data from 07/2012 to 07/2013. Currently, this model is not useful as it only predicts for the day, the input variable values were measured.

The input variables used were,

  • Hour of day (0-24)
  • Temperature (2m above ground)
  • Relative Humidity (2m above ground)

This notebook walksthrough the data processing and modelling done for this task. Data can be found here.

For building the model I use the keras scikit-learn API. While this API constrains us to single input models, it does feel familiar to anyone already acustomed to this interface and provides all the expected functionality.

I am using the tensorflow backend for keras (this is also the default setting) and have not used GPU accelaration for this model. This code will work regardless if anyone does run it on any other backend.

Note keras version 2.1.4 was used

About

Historical weather data from Basel is used to predict the amount of Short wave radiation on a hourly basis. The data covers 1863 days from 07/2013 to 07/2018. The model is tested on data from 07/2012 to 07/2013.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published