| Model | Type | Key Innovation | Year |
| VAE | Autoencoder | Probabilistic latent space + KL regularization | 2013 |
| GAN | Adversarial | Generator + Discriminator minimax game | 2014 |
| Transformer | Attention | Self-attention replaces recurrence | 2017 |
| GPT-1/2/3/4 | Autoregressive | Decoder-only transformer, scaling laws | 2018-2023 |
| StyleGAN | GAN | Style-based generator, disentangled features | 2019 |
| DDPM | Diffusion | Denoising diffusion probabilistic models | 2020 |
| Stable Diffusion | Diffusion | Latent diffusion, open-source, fast | 2022 |
| ChatGPT | Autoregressive | RLHF alignment, conversational interface | 2022 |
| Attention | Mechanism that weighs the importance of different input elements |
| Autoregressive | Generating one token at a time conditioned on previous tokens |
| Diffusion | Gradual noising → reverse denoising process |
| Discriminator | Network that distinguishes real from generated data (in GANs) |
| Embedding | Dense vector representation of a token or feature |
| Generator | Network that creates synthetic data (in GANs) |
| Hallucination | Model generating plausible but incorrect information |
| Latent Space | Low-dimensional representation learned by the model |
| LoRA | Low-Rank Adaptation — efficient fine-tuning technique |
| MLE | Maximum Likelihood Estimation — finding parameters that maximize data probability |
| Mode Collapse | GAN generator producing limited output varieties |
| Positional Encoding | Information added to embeddings to indicate token position |
| RLHF | Reinforcement Learning from Human Feedback |
| Softmax | Normalizes logits into a probability distribution |