AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

In artificial intelligence, generation refers to the capability of models, particularly Generative Adversarial Networks (GANs) and Transformer-based LLMs, to produce novel content such as text, images, audio, or code. Unlike discriminative models that classify existing data, generative models learn the underlying probability distribution of the training set to synthesize new, realistic samples. This paradigm is foundational for creative AI applications, enabling tasks like text completion, image synthesis, and data augmentation by predicting the next token or pixel based on learned patterns.

Summary

The process by which generative models create new data instances that resemble the training distribution.

Key Concepts

Use Cases