Goal of this project was to develop & compare different NNs to model & predict COVID-19 confirmed cases. The video for the project presentation can be found here: https://www.youtube.com/watch?v=XtAontZl-IE&feature=youtu.be
We used 3 types of models to predict Covid-19 cases:
- Feed Forward Neural Networks
- Long Short-term Memory Networks (LSTM)
- Gated Recurrent Units Neural Networks (GRU)
The code for the entire project is in the file 'code_report_vf' The 2 folders contain all the data you'd need to run the project. Make sure you have all the required packages installed!