Skip to content

linewalks/EXI-Paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facilitating the Development of Deep Learning Models with Visual Analytics for Electronic Health Records

Cinyoung Hur 1, JeongA Wi 2, YoungBin Kim 2,*

  1. Linewalks, 8F, 5, Teheran-ro 14-gil, Gangnam-gu, Seoul, 06235 Republic of Korea
  2. Graduate School of Advanced Imaging Science, Multimedia & Film, Chung-Ang University 84, Heukseok-ro, Dongjak-gu, Seoul, 06974 Republic of Korea *ybkim85@cau.ac.kr

ABSTRACT

Electronic health record (EHR) data are widely used to perform early diagnoses and create treatment plans, which are key areas of research. We aimed to increase the efficiency of iteratively applying data-intensive technology and verifying the results for complex and big EHR data. We used a system entailing sequence mining, interpretable deep learning models, and visualization on data extracted from the MIMIC-III database for a group of patients diagnosed with heart disease. The results of sequence mining corresponded to specific pathways of interest to medical staff and were used to select patient groups that underwent these pathways. An interactive Sankey diagram representing these pathways and a heatmap visually representing the weight of each variable were developed for temporal and quantitative illustration. We applied the proposed system to predict unplanned cardiac surgery using clinical pathways determined by sequence pattern mining to select cardiac surgery from complex EHRs to label subject groups and deep learning models. The proposed system aids in the selection of pathway-based patient groups, simplification of labeling, and exploratory interpretation of modeling results. The proposed system can help medical staff explore various pathways that patients have undergone and further facilitate the testing of various clinical hypotheses using big data in the medical domain.


Prerequisites

  1. Install latest version of Node.js

    https://github.com/creationix/nvm

    • install using NVM

      nvm install node

  2. Install Node Package Manager

    npm install -g yarn

Installation guide

  1. git clone https://github.com/linewalks/EXI-Paper

  2. cd EXI-Paper

  3. yarn install

  4. yarn dev

  5. http://localhost:3000


Special Thanks to