Skip to content

A Deep Dynamic Memory Model for Predictive Medicine

Notifications You must be signed in to change notification settings

benprano/DeepCare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepCare

DeepCare is a deep dynamic model that reads EMR data, infer disease progression and predict future outcome. 4 tasks are implemented:

  • Disease progression: predict diagnoses of the next readmission
  • Intervention recommendation: predict procedures/medications for a set of diagnoses
  • Readmission prediction: predict if a patient will re-admit within a period
  • High-risk prediction: predict if a patient is in high risk (3 unplanned readmissions within a period)

DeepCare uses a LSTM to model the patient's history. It treats each patient as a sequence of admissions. Unlike a typical LSTM model, DeepCare reads input from multiple sources: diagnoses, interventions (procedures/medications), admission time and admission type (unplanned or planned).

Link to the paper: https://arxiv.org/abs/1602.00357

About

A Deep Dynamic Memory Model for Predictive Medicine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%