AI Glossary
AI is an area with a lot of new words! Are you not sure what something means? You can use the search box below to filter the glossary.
Deepfakes
Pictures and video that are deliberately altered to generate misinformation and disinformation. Advances in generative AI have lowered the barrier for the production of deepfakes.
Diffusion
An algorithm that iteratively denoises an artificially corrupted signal in order to generate new, high-quality outputs. In recent years it has been at the forefront of image generation and protein design.
Generative AI
A type of AI focused on creating new content, such as text, music, images, video, and animations, based on existing data and stimulated by prompts from the human user.
Graphics Processing Unit (GPU)
A semiconductor processing unit that enables a large number calculations to be computed in parallel. Historically this was required for rendering computer graphics. Since 2012 GPUs have adapted for training DL models, which also require a large number of parallel calculations.
Hallucinations
Large language models, such as ChatGPT, are unable to identify if the phrases they generate make sense or are accurate. This can sometimes lead to inaccurate results, also known as ‘hallucination’ effects, where large language models generate plausible sounding but inaccurate text. Hallucinations can also result from biases in training datasets or the model’s lack of access to up-to-date information
Image Generation
The use of AI to create new images based on certain inputs or prompts. Examples include generating art or realistic photos from textual descriptions.
Language model (LM) / Large Language model (LLM)
A model trained on vast amounts of (often) textual data to predict the next word in a self-supervised manner. The term “LLM” is used to designate multi-billion parameter LMs, but this is a moving definition.
Machine Learning (ML)
A subset of AI that often uses statistical techniques to give machines the ability to “learn” from data without being explicitly given the instructions for how to do so. This process is known as “training” a “model” using a learning “algorithm” that progressively improves model performance on a specific task.
Metadata
Data that describes or provides information about other data.
Model
A representation of a system learned from data. In AI, a model is trained on datasets to perform specific tasks, such as recognising images or generating text.