Time Series Forecasting for Covid-19 Data by Hassan TahirTime Series Forecasting for Covid-19 Data by Hassan Tahir

Time Series Forecasting for Covid-19 Data

Hassan Tahir

Hassan Tahir

Performed time series forecasting for Covid-19 Data Set. The data set was relatively small of just 28 days so we used different regularization techniques to see which performed the best. We trained two different models GRU and LSTM.
The different regularization techniques used were L1, L2, L1 and L2 combined and dropout. The dropout rate was 20%.
After performing all these models the best performing model we got was GRU with 20% dropout.
Like this project

Posted Feb 21, 2024

Studied the effects of regularization on RNN models for time series forecasting using Covid-19 as an example