Tune SIRD Model Parameters using a Neural Network

I want to use a neural network to predict the number of new cases of COVID-19. For the same, I have decided to use an SIRD (Susceptible-Infected-Recovered-Deceased) Model, which is parameterized by the transmission rate $\beta$, the recovery rate $\gamma_{r}$, and the fatality rate, $\gamma_{d}$. I want to make these parameters time-dependent, such that they can be changing everyday.

I have a dataset containing S,I,R,D values for successive days and want to use these values to predict the SIRD Model parameters over time. After tuning the parameters, I want to forecast the number of new cases each day.

How can I move ahead with this? Any ideas would be appreciated.

Topic parameter-estimation neural-network machine-learning

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.