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.
You can download datasets from the following links seperately:
python==3.7
pytorch==1.10.2
pandas==1.3.5
numpy==1.21.2
To train a TSOANet model with dataset from DAPSNet, you can easily run the following command:
bash train.sh
@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}
}