Software Engineering KB

Home

❯

09 Machine Learning and AI

❯

01 Deep Learning

❯

01 Concept

❯

Autoregressive Models

Autoregressive Models

Feb 10, 20261 min read

  • deep-learning
  • generative
  • autoregressive

Autoregressive Models

← Back to Generative Models

Generate output one token/element at a time, where each generation step conditions on all previous outputs. The foundation of modern LLMs (GPT, Claude, LLaMA). Naturally model sequential dependencies but generation is inherently sequential.

Related

  • Decoder-Only Models (autoregressive Transformers)
  • Large Language Models (built on autoregressive generation)

deep-learning generative autoregressive


Graph View

  • Autoregressive Models
  • Related

Backlinks

  • Generative Models
  • Decoder-Only Models

Created with Quartz v4.5.2 © 2026

  • GitHub