Competition , Dec. 2023 ~ Jan. 2024
Time Series Forecasting
Forecasting Seoul's average temperature from previous time series(temperature) data.
- Seoul Temperatures : Average daily temperature data from 1960 to 2022
- Time Series Forecasting Model
- Tried method : ARIMA Model, Prophet ...
- Patch Mixer :: Gong, Zeying, Yujin Tang, and Junwei Liang. "Patchmixer: A patch-mixing architecture for long-term time series forecasting." arXiv preprint arXiv:2310.00655 (2023).
- code reference : tsf-new-paper-taste : github
- SEQ_LEN = 716
- PATCH_LEN = 1
- STRIDE = 2
- EPOCHS = 100