Autoregressive Model

Noun · AI & Machine Learning

Definitions

  1. A model that generates output one token or step at a time by predicting the next element from the sequence it has already seen.

    In plain English: An AI model that writes or predicts things piece by piece in order.

    Example: "GPT-style systems are autoregressive models, so latency grows with output length."

Related Terms