Skip to content

The official Pytorch implementation of paper TSOANet: Time-Sensitive Orthogonal Attention Network for medical event prediction

Notifications You must be signed in to change notification settings

chh13502/TSOANet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSOANet

This repository provides the official PyTorch implementation of the following paper:

TSOANet: Time-Sensitive Orthogonal Attention Network for medical event prediction

Chen, Hao, et al. "TSOANet: Time-Sensitive Orthogonal Attention Network for medical event prediction." Artificial Intelligence in Medicine (2024): 102885.

Dataset

You can download datasets from the following links seperately:

  1. MIMIC-III

  2. eICU

  3. MIMIC-III from DAPSNet

Requirements

python==3.7
pytorch==1.10.2
pandas==1.3.5
numpy==1.21.2

Usage

To train a TSOANet model with dataset from DAPSNet, you can easily run the following command:

bash train.sh

Citiation

@article{chen2024tsoanet,
title={TSOANet: Time-Sensitive Orthogonal Attention Network for medical event prediction},
author={Chen, Hao and Zhang, Junjie and Xiang, Yang and Lu, Shengye and Tang, Buzhou},
journal={Artificial Intelligence in Medicine},
pages={102885},
year={2024},
publisher={Elsevier}
}

About

The official Pytorch implementation of paper TSOANet: Time-Sensitive Orthogonal Attention Network for medical event prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published