Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuijse/irregular_ts_transformers
Transformer architectures for irregulary sampled time series classification
https://github.com/phuijse/irregular_ts_transformers
deep-learning irregular-sampling pytorch time-series transformer-architecture
Last synced: about 4 hours ago
JSON representation
Transformer architectures for irregulary sampled time series classification
- Host: GitHub
- URL: https://github.com/phuijse/irregular_ts_transformers
- Owner: phuijse
- License: mit
- Created: 2023-12-06T15:18:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:37:03.000Z (8 months ago)
- Last Synced: 2024-04-18T11:30:05.866Z (7 months ago)
- Topics: deep-learning, irregular-sampling, pytorch, time-series, transformer-architecture
- Language: Jupyter Notebook
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transformers for irregularly sampled time series
Irregular sampling, which is common in astronomy and medicine, rules out most conventional time series methods, as they assume a constant sampling rate. On top of being irregular, the sampling may also be sparse, making learning from these time series even more challenging. This repo contains PyTorch implementations of transformer models that have been proposed to classify irregularly sampled time series. The available architectures are from:
- [Tipirneni and Reddy, "Self-Supervised Transformer for Sparse and Irregularly Sampled Multivariate Clinical Time-Series (STraTS)", 2021 ](https://arxiv.org/abs/2107.14293): Only the supervised part, and only the time and value embeddings
- [Astorga et al., "ATAT: Astronomical Transformer for time series And Tabular data", 2023](https://www.researchsquare.com/article/rs-2395110/v1): Only the time series transformer