Overview
The practice of making AI systems' operations, data usage, and decision processes openly visible to stakeholders.
More in Artificial Intelligence
Turing Test
Foundations & TheoryA measure of machine intelligence proposed by Alan Turing, where a machine is deemed intelligent if it can exhibit conversation indistinguishable from a human.
BLEU Score
Evaluation & MetricsA metric for evaluating the quality of machine-generated text by comparing it to reference translations or texts.
System Prompt
Prompting & InteractionAn initial instruction set provided to a language model that defines its persona, constraints, output format, and behavioural guidelines for a given session or application.
Planning Algorithm
Reasoning & PlanningAn AI algorithm that generates a sequence of actions to achieve a specified goal from an initial state.
Weak AI
Foundations & TheoryAI designed to handle specific tasks without possessing self-awareness, consciousness, or true understanding of the task domain.
Few-Shot Learning
Prompting & InteractionA machine learning approach where models learn to perform tasks from only a small number of labelled examples, often achieved through in-context learning in large language models.
Confusion Matrix
Evaluation & MetricsA table used to evaluate classification model performance by comparing predicted classifications against actual classifications.
Neural Architecture Search
Models & ArchitectureAn automated technique for designing optimal neural network architectures using search algorithms.