Skip to content

jprmaulion/rnn_dengue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forecasting dengue cases in Metro Manila, Philippines using RNNs

This repo aims to forecast dengue cases in Metro Manila, Philippines using RNNs. All related info are located on run.py.

The following are needed to run this repo:

  1. Pandas
  2. Keras
  3. NumPy
  4. scikit-learn
  5. TensorFlow (GPU version recommended)

To run the code:

  1. cd <source_directory>
  2. python3 run.py

Data specifications:

  1. Data are from the Philippine Department of Health.
  2. Temporal range: January 2008 to March 2016
  3. Temporal resolution: Weekly

About

Forecasting dengue cases using RNNs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages