AI Design Glossary
All the AI design terms you need to know, explained simply and clearly
AI Hallucination
The tendency of AI models to generate non-real, fabricated, or incorrect information/content. It manifests differently in text, image, and video generation.
Read MoreFréchet Inception Distance
The FID Score is a standard evaluation metric used to measure the quality and realism of generated images.
Read MoreInference
The process where a trained AI model makes predictions or generates output on new inputs. In image generation, it corresponds to converting a prompt into an image.
Read MoreNegative Prompt
A text command that defines unwanted elements in AI image generation. The model generates images while avoiding the elements specified in the negative prompt.
Read MorePrompt
A text-based instruction or command given to AI models. It is used to describe the desired output and guides the model's generation process.
Read MorePrompt Engineering
A discipline that encompasses techniques and strategies for writing prompts to get the best results from AI models. It includes proper word choice, structuring, and parameter usage.
Read MoreToken
The basic unit used by AI models when processing text. It can be a word, word fragment, or character. Prompt length and model capacity are measured in token count.
Read MoreZero-Shot Learning
Zero-shot learning is the ability to perform tasks never seen in training data using only general knowledge.
Read More