Beginner
What is generative AI?
Generative AI (GenAI) refers to AI systems that create new content, such as text, images, audio, video, code, or other media, in response to prompts or context. These systems learn patterns from training data and generate outputs that resemble or transform the kinds of content they were trained on.
How is generative AI different from artificial intelligence?
Use Artificial Intelligence for the broad field and system category; use Generative AI when the system creates new content from prompts or context.
What is a large language model?
LLM, or large language model, is a language model with a large number of parameters trained on broad text or multimodal data to understand and generate language.
What is a diffusion model?
A diffusion model is a generative model trained to reverse a process that gradually adds noise to data. By learning to denoise from random noise toward a target data distribution, it can generate realistic images, audio, text representations, or other outputs.