Skip to content

I have developed a RNN model to predict the number of confirmed covid19 cases in India.

Notifications You must be signed in to change notification settings

Nupurgopali/Covid19-prediction-using-RNN

Repository files navigation

Covid19-prediction-using-RNN

I have developed a RNN model to predict the number of confirmed covid19 cases in India.

AIM

The main idea behind this project was to predict the number of covid cases in India using time series analysis such as Recurrent Neural Network

DATA SET

I have used the dataset available on kaggle.

I then divided this dataset into training(125 columns) test(10 columns)

Then I used timesteps=20 to predict the future cases.The test_data will look back upto 20 days and then predict the value for the next day using these 20 values.

rnn.py contains the enitre python code for prediction of no. of covid19 cases.

GRAPH BETWEEN THE REAL COVID CASES AND PREDICTED CASES

Graph between real and predict covid19 cases in India is as follows:

GRAPH FOR THE NEXT 2 DAYS PREDICTION

The next 2 days prediction is done using RNN and the graph for the same is as follows:

About

I have developed a RNN model to predict the number of confirmed covid19 cases in India.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages