Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 722 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 722 Bytes

Precipitation Nowcasting

Some of the source code to train the models for precipitation nowcasting of my degree project. The spatio temporal dataset is stored in HDF5 format which is then read from disk to memory to train the network. The PyTorch framework is used to train the models. The main objective was to evaluate if these networks could time extrapolate radar images and therefore the ad hoc structuring of the dataset.

Prediction sample on test data

Alt Text
Left is the raw probability of the prediction, middle rounded at threshold .5, right is the ground truth. The predictions are done using an ensemble of the best performing model.