Skip to content

This is ongoing R&D project where Recurrent or temporal models are used for clinical ML

Notifications You must be signed in to change notification settings

pvsnp9/RIMD-Deep-Learning-Model-for-Clinical-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIMD-Deep Learning Model for Clinical Prediction

Electronic health records (EHRs) are sparse, noisy, and private, with variable patient vital measurements and stay lengths. Deep learning models are the current state of the art in many machine learning domains; however, the EHR data is not a suitable training input for most of them. In this paper, we introduce RIMD, a novel deep learning model that consists of a decay mechanism, modular recurrent networks, and a custom loss function that learns minor classes in EHR. The decay mechanism learns from patterns in sparse data. The modular network allows multiple recurrent networks to pick only relevant input based on the attention score at a given timestamp. Finally, the custom CB loss function is responsible for learning minor classes based on samples provided during training. This novel model is used to evaluate predictions for early mortality identification, length of stay, and acute respiratory failure on MIMIC-III dataset. Experiment results indicate that the proposed models outperform similar models in F1-Score, AUROC, and PRAUC scores.

Latest code is at Branch

Paper

RIMD-Deep Learning Model for Clinical Prediction

About

This is ongoing R&D project where Recurrent or temporal models are used for clinical ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published