Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 568 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 568 Bytes

Improve the Attentive State-Space Model

This is the code to improve the Attentive model in the Attentive State-Space Modeling of Disease Progression paper.

To use

  1. Run compare_main.py to get the comparison results between the proposed model and the Attentive model under different proportion.
  2. Run plot.py to plot figures.

Acknowledgement

We thank Kpot and Lsdefine for providing the implemenation of Transformer in keras. Repo: link, link.