Skip to content

Precipitation Nowcasting using DL - CS230 Deep Learning course group project

Notifications You must be signed in to change notification settings

luckydog5/cs230Project

 
 

Repository files navigation

Stanford CS230 Project (Winter2020)

Precipitation Nowcasting using Deep Learning techniques

Project is attempting to nowcast precipitation based on radar images, using DL techniques.

The notebook titled "nowcastingmodel.ipynb" contains the baseline DL model which is based on ConvLSTM. It receive an input sequence of N images and predicts a sequence of M images. (Notice: in the notebook, N = M = 8 images).

Please run the "precipitationnowcasting.ipynb" using Google Colab

Predictions animation:

There are additional implementations using different DL architectures in the Models folder.

About

Precipitation Nowcasting using DL - CS230 Deep Learning course group project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Other 0.7%