Learn Before
Formula

Auto-regressive Model in NLP

An auto-regressive model is often formatted as: y(t)=i=1naiy(ti)+e(t)y(t) = \sum_{i=1}^n a_i y(t-i) + e(t). It uses a linear combination of previous time-related variables to predict the variable at time tt.

0

1

Updated 2026-05-18

Tags

Data Science

Learn After