Skip to content

Commit

Permalink
Add SEIR model parameter optimization notebook for COVID dataset
Browse files Browse the repository at this point in the history
This commit adds a Jupyter notebook that implements an SEIR (Susceptible-Exposed-Infectious-Removed) model for simulating the spread of COVID-19 using real-world data. The notebook focuses on parameter optimization to fine-tune the model's parameters based on a specific COVID-19 dataset. The key features and components of this commit are as follows:

- The SEIR model is implemented using Pytorch.
- Real COVID-19 dataset is used to initialize and validate the model.
- The notebook utilizes optimization techniques to find the best-fitting parameters for the SEIR model.
- Results, visualizations, and insights are included to facilitate an understanding of the model's performance and the significance of parameter tuning.
  • Loading branch information
ObedDzik authored Oct 29, 2023
1 parent 6a9db7a commit d36e3a3
Showing 1 changed file with 1,002 additions and 0 deletions.
Loading

0 comments on commit d36e3a3

Please sign in to comment.