Kubnal Bridge

Model Components

Generative Model

Generative models learn the underlying data distribution P(x) and can sample new instances from it. Types include autoregressive models (GPT), variational autoencoders (VAE), generative adversarial networks (GAN), and diffusion models (Stable Diffusion, DALL-E).

Generative models power text generation, image synthesis, music generation, and drug discovery. They are distinct from discriminative models (which learn P(y|x) for classification) in that they can produce novel outputs rather than just categorizing inputs.

Authority Links

Related Terms