Learn Before
Concept

Auto-regressive Model in NLP

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 linear combination of previous time-related variables to predict the variable in the time t.

0

1

Updated 2022-04-25

Tags

Data Science

Learn After