Time Series & Forecasting¶
Learning from data that unfolds over time — predicting the future and spotting the unusual.
Time Series & Forecasting is one of the core areas in the AI University map of AI. Explore the diagram, then dive into each topic — every subtopic grows into its own deep-dive over time.
flowchart LR
HIST[/History/] --> MODEL[[Forecaster]] --> FUT[/Forecast + interval/]
STREAM[/Live stream/] --> DET[Anomaly detector] --> ALERT[/Alert/]
Key topics¶
-
Forecasting
Predicting future values — demand, prices, load — from historical sequences.
-
Classical models
ARIMA, exponential smoothing, and seasonal decomposition.
-
Deep forecasting
Temporal convolutions and transformer forecasters like N-BEATS and TFT.
-
Anomaly detection
Flagging outliers and change points in streams and logs.
-
Foundation models for time series
Pretrained, zero-shot forecasters that generalize across domains.
-
Evaluation & backtesting
Rolling-origin validation, horizons, and avoiding lookahead leakage.
Related areas¶
Machine Learning · Deep Learning · Applications & Industry
Learn this properly
Want hands-on training in time series & forecasting? Explore AI University courses and AI School camps for kids.