diff --git a/README.md b/README.md index 256fd9e..25cc14c 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ - - - - + + + +
@@ -37,7 +37,11 @@ And this is [an incomplete list](https://scholar.google.com/scholar?q=%E2%80%9CS 🤗 Please [cite SAITS](https://github.com/WenjieDu/SAITS#-citing-saits) in your publications if it helps with your work. Please star🌟 this repo to help others notice SAITS if you think it is useful. It really means a lot to our open-source research. Thank you! -BTW, you may also like [PyPOTS](https://github.com/WenjieDu/PyPOTS) for easily modeling your partially-observed time-series datasets. +BTW, you may also like + +PyPOTS + +for easily modeling your partially-observed time-series datasets. **‼️Kind reminder: This document can help you solve many common questions, please read it before you run the code.** @@ -89,9 +93,11 @@ Compared to another SOTA self-attention imputation model [NRTSI](https://github. fewer parameters and less imputation time in practice. Please refer to our [full paper](https://arxiv.org/pdf/2202.08516.pdf) for more details about SAITS' performance. + ## ❖ Brief Graphical Illustration of Our Methodology Here we only show the two main components of our method: the joint-optimization training approach and SAITS structure. -For the detailed description and explanation, please read our [full paper](https://arxiv.org/pdf/2202.08516.pdf). +For the detailed description and explanation, please read our full paper `Paper_SAITS.pdf` in this repo +or [on arXiv](https://arxiv.org/pdf/2202.08516.pdf).