AI Design Glossary
All the AI design terms you need to know, explained simply and clearly
CLIP
A multimodal AI model developed by OpenAI that can represent text and images in the same vector space. Used as a prompt understanding layer in image generation tools.
Read MoreDiffusion Model
A deep learning model that generates images by gradually denoising. It starts from random noise and step by step creates a meaningful image.
Read MoreEmbedding
The process of converting text, images, or other data types into dense, fixed-size numerical vectors. Used for semantic similarity calculation and model input representation.
Read MoreGAN (Generative Adversarial Network)
A deep learning model where two neural networks are trained against each other: a generator and a discriminator. The generator tries to produce realistic data, while the discriminator tries to distinguish between real and fake data.
Read MoreLatent Space
A multidimensional space where data is compressed and mathematically represented. Diffusion models perform image generation in this compressed space for computational efficiency.
Read MoreTransformer
A deep learning architecture based on the attention mechanism with parallel processing capability. It forms the foundation of both language and visual models.
Read MoreVAE (Variational Autoencoder)
A probabilistic deep learning model that encodes data into a compressed latent space and can generate new data from this space. Used in the image encoding layer of diffusion models.
Read More