Skip to content

A deep learning model to predict the number of daily new cases for covid 19

Notifications You must be signed in to change notification settings

nkayfaith/covid19_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e2755a · May 20, 2022

History

5 Commits
May 20, 2022
May 20, 2022
May 20, 2022
May 20, 2022
May 20, 2022
May 20, 2022

Repository files navigation

Covid-19 Daily New Case Prediction

This project is a part of the assessment for SHRDC Data Science course

-- Project Status: [Completed]

Project Intro/Objective

The purpose of this project is to predict the number of daily new cases for covid-19

Methods Used

  • Inferential Statistics
  • Deep Learning
  • Data Visualization
  • Predictive Modeling

Technologies

  • Python
  • Pandas, Numpy, Sklearn
  • Tensorflow, Tensorboard

Getting Started

  1. Clone this repo (for help see this tutorial).
  2. Raw Data is retrieved from [https://github.com/nkayfaith/covid19_prediction/tree/main/data] in this repository.
  3. Data processing/transformation scripts are being kept [https://github.com/nkayfaith/covid19_prediction/tree/main/model]

Discussion, Analysis and Result

  1. Model Architecture as follows:

A Sequential model with attributes of embedding_output=64, nodes=32, dropout=0.2, hidden_layer=2 and epochs = 100 with EarlyStopping image

  1. Training processes recorded as follows:

Process : image

Loss : image

MSE : image

  1. Performance of the model and the reports as follows:

Mean Absolute Percentage Error is recorded at : image

Predicted vs Actual trend is recorded at : image

  1. Reviews

Reviews

  • MAPE recorded at 0.0236%
  • Graph shows low loss, low mse which indicates model is good
  • The predicted vs Actual trend shows a good-fit

Credits

[https://github.com/MoH-Malaysia/covid19-public]

About

A deep learning model to predict the number of daily new cases for covid 19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages