I have developed a RNN model to predict the number of confirmed covid19 cases in India.
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
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 real and predict covid19 cases in India is as follows:
The next 2 days prediction is done using RNN and the graph for the same is as follows: