TL;DR
This study benchmarks various RNN architectures for clinical event prediction using EHR data, finding that simple gated RNNs like GRUs and LSTMs perform competitively with more complex models when properly tuned.
Contribution
It provides a comprehensive evaluation of RNN models for EHR data, demonstrating that simple gated RNNs are sufficient for clinical event prediction tasks.
Findings
Simple RNNs like GRUs and LSTMs perform well with proper tuning.
Complex RNN architectures do not necessarily outperform simpler models.
Bayesian Optimization improves model performance.
Abstract
Recently, there is great interest to investigate the application of deep learning models for the prediction of clinical events using electronic health records (EHR) data. In EHR data, a patient's history is often represented as a sequence of visits, and each visit contains multiple events. As a result, deep learning models developed for sequence modeling, like recurrent neural networks (RNNs) are common architecture for EHR-based clinical events predictive models. While a large variety of RNN models were proposed in the literature, it is unclear if complex architecture innovations will offer superior predictive performance. In order to move this field forward, a rigorous evaluation of various methods is needed. In this study, we conducted a thorough benchmark of RNN architectures in modeling EHR data. We used two prediction tasks: the risk for developing heart failure and the risk of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
