This project utilizes machine learning for time series prediction to forecast the number of confirmed COVID19 cases in each country around the world. Types of neural networks used are 1-D Convolution and LSTM. All details and descriptions are in the notebook.
Number of confirmed COVID19 cases in various locations across the world provided by Kaggle
Validation Loss = 0.3111
Validation MAE = 0.5689
This was the result of training for 150 epochs without any thorough tuning. The forecast graphs are shown in the notebook.