the.ai

Sequence / Foundations

verified

Time Series Forecasting

Predict what a measured quantity does next — demand, load, price, temperature. What makes it its own problem rather than regression with a clock is that the training and test sets are separated by time rather than by sampling, so every mistake about what stays the same is a mistake the model cannot see until it is deployed.

Viz primitive · loss-curvesteps = 2000 · lr = 0.002 · batch = 64 · params = 1
loss
step 0dashed = held-out2000

Loss over 2000 training steps, starting near 7.2. It falls to about 1.93, with 92% of the total improvement arriving in the first half. A second line shows held-out, ending higher at about 2.20.

Training error against error on a period the model never saw. Drag the regime shift up to watch the second curve leave the first — the split here is time, so this gap is the only honest estimate of how it will do.

0.2

Reviewed by opendroid · 2026-08-18

  • arXiv:2205.13504 — Are Transformers Effective for Time Series Forecasting?
  • arXiv:2012.07436 — Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting