All Projects → dsheldon → Covid

dsheldon / Covid

Licence: mit
Bayesian modeling of COVID-19

Projects that are alternatives of or similar to Covid

Batch Effect Removal Benchmarking
A benchmark of batch-effect correction methods for single-cell RNA sequencing data
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Mariadb.org Tools
This project collects together various small scripts or projects that are used for MariaDB development, but for one reason or another do not make sense to keep inside the main MariaDB source tree.
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Spark Cloudant
Cloudant integration with Spark as Spark SQL external datasource
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Heat and trees
Using HoloViz to explore relationship between surface temperature and tree density
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Redistrict
Gerrymandering and Computational Redistricting
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Pytorch Notebooks
random pytorch hacks
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Codes
不可能不会系列
Stars: ✭ 25 (-7.41%)
Mutual labels:  jupyter-notebook
Voice Cloner
This is a phonemic multilingual (Russian-English) Implementation of Transfer Learning from Speaker Verification to Multispeaker Text-To-Speech Synthesis.
Stars: ✭ 27 (+0%)
Mutual labels:  jupyter-notebook
Datascience
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Rainbow Is All You Need
Rainbow is all you need! A step-by-step tutorial from DQN to Rainbow
Stars: ✭ 938 (+3374.07%)
Mutual labels:  jupyter-notebook
Brent
bayesian graphical modelling and a bit of do-calculus for discrete data.
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Style Transfer
Style Transfer - Alia Bhatt (Google Colab)
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Johansen
Python implementation of the Johansen test for cointegration
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Applied Plotting Charting And Data Representation In Python
University of Michigan on Coursera
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Eemeter
‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Futures strategy
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Nd889
Udacity Artificial Intelligence Nanodegree
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook
Ai Doctor
Machine learning discord bot , Detects diseases within seconds with just an xray scan
Stars: ✭ 27 (+0%)
Mutual labels:  jupyter-notebook
Geometric Textures
Stars: ✭ 27 (+0%)
Mutual labels:  jupyter-notebook
Jupyter keyboard shortcuts snippets
Materials for a talk I gave to Metis Data Science Bootcamp on useful Jupyter Keyboard Shortcuts and Text Snippets
Stars: ✭ 26 (-3.7%)
Mutual labels:  jupyter-notebook

Bayesian compartmental models for COVID-19

This repository contains code for Bayesian estimation of compartmental models for COVID-19 using numpyro and jax.

Models

We are experimenting with different Bayesian compartmental models. The basic ingredients are:

This Bayesian SEIRD model is current as of April 27, 2020. Model code here.

Team

The team is based at the College of Information and Computer Sciences and School of Public Health & Health Sciences at UMass. The model contributors are:

Dr. Reich directs the CDC Influenza Forecasting Center of Excellence at UMass.

Installation

Our code depends on recent development versions of numpyro and jax. If you don't have these packages and don't care about tracking their versions, our installation routine will pull and install them as unversioned packages:

git clone https://github.com/dsheldon/covid
cd covid
pip install -e .

Installation Details

If you need to manually install jax and numpyro, here are rough instructions. More details can be found at the project sites.

Install jaxlib (more info here)

pip install --upgrade jaxlib

Install jax (more into here)

git clone https://github.com/google/jax
cd jax
pip install -e .

Install numpyro (more details here)

git clone https://github.com/pyro-ppl/numpyro.git
cd numpyro
pip install -e .[dev]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].