Skip to main content

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Cookie Policy

AI in ASIA
Free Tool

AI Glossary for Asia

475+ AI and tech terms explained in plain language, with Asia-specific context. No jargon about jargon.

Term of the Day

JSON

JavaScript Object Notation. A lightweight data format commonly used for structured communication between systems and AI APIs.

Showing 475 of 475 terms

A/B testing

Data & Analytics
Beginner

Comparing two versions of something by randomly showing each to different users and measuring which performs better.

Related:

ablation

Technical
Beginner

Systematically removing parts of a model to understand each component's contribution to performance.

Related:

ablation study

Model Training
Beginner

An experiment that systematically removes or changes components of an AI system to understand each part's contribution.

Related:

activation function

AI Core
Beginner

A mathematical function in a neural network that determines whether a neuron should fire. Common ones include ReLU and sigmoid.

Related:

active learning

AI Core
Beginner

A training strategy where the model identifies which unlabelled examples would be most valuable to learn from next.

Related:

adaptive learning

AI Applications
Beginner

Educational technology that adjusts content difficulty and sequence based on a student's performance and needs.

Related:

adversarial attack

AI Safety & Ethics
Beginner

Deliberately crafted inputs designed to fool or manipulate an AI system into making mistakes.

Related:

agent

Agentic AI
Beginner

An AI system that can perceive its environment, make decisions, and take actions to achieve goals.

Related:

agentic AI

Agentic AI
Beginner

AI that can independently plan, make decisions, and take actions to complete multi-step tasks with minimal human guidance.

Related:

AGI

AI Core
Beginner

Artificial General Intelligence. A hypothetical AI system that can match human-level intelligence across all cognitive tasks, not just specific ones.

Related:

AI Act

AI Policy & Regulation
Beginner

The European Union's comprehensive regulatory framework for artificial intelligence, the world's first major AI law.

Related:

AI agent framework

Agentic AI
Beginner

Software libraries and tools that make it easier to build AI agents capable of using tools and taking actions.

Related:

AI audit

AI Safety & Ethics
Beginner

A systematic evaluation of an AI system's performance, fairness, safety, and compliance with regulations.

Related:

AI chip

Infrastructure
Beginner

A semiconductor specifically designed or optimised for running AI workloads efficiently.

Related:

AI city

Asia AI Ecosystem
Beginner

Urban development projects integrating AI throughout city infrastructure for traffic, energy, safety, and public services.

Related:

AI companion

AI Applications
Beginner

An AI designed primarily for ongoing social interaction, emotional support, or entertainment.

Related:

AI copilot

Agentic AI
Beginner

An AI assistant that works alongside a human, providing suggestions and handling routine tasks while the human stays in control.

Related:

AI ethics board

AI Policy & Regulation
Beginner

A committee within an organisation or government tasked with reviewing and guiding the ethical use of AI.

Related:

AI for good

AI Applications
Beginner

The movement and initiatives applying AI to address social, environmental, and humanitarian challenges.

Related:

AI governance

AI Safety & Ethics
Beginner

The policies, standards, and oversight structures for managing how AI systems are developed and deployed.

Related:

AI in agriculture

AI Applications
Beginner

Applying AI for crop monitoring, yield prediction, pest detection, and precision farming.

Related:

AI in education

AI Applications
Beginner

Using AI to personalise learning experiences, automate grading, and provide intelligent tutoring.

Related:

AI in finance

AI Applications
Beginner

The application of AI in banking, trading, risk assessment, fraud detection, and financial planning.

Related:

AI liability

AI Policy & Regulation
Beginner

Legal questions about who is responsible when an AI system causes harm or makes a mistake.

Related:

AI literacy

AI Core
Beginner

The ability to understand, use, and think critically about AI technologies and their implications.

Related:

AI maturity

Business Jargon
Beginner

An organisation's level of sophistication in adopting, integrating, and benefiting from AI technologies.

Related:

AI readiness

Business Jargon
Beginner

How prepared an organisation, sector, or country is to adopt and benefit from artificial intelligence.

Related:

AI safety

AI Safety & Ethics
Beginner

Research focused on ensuring AI systems behave as intended without causing unintended harm.

Related:

AI Singapore

Asia AI Ecosystem
Beginner

Singapore's national programme to build AI capabilities, catalyse AI adoption, and grow the local AI ecosystem.

Related:

AI tutor

AI Applications
Beginner

An AI system that provides personalised educational instruction, adapting to a student's learning pace and style.

Related:

AI washing

Business Jargon
Beginner

Exaggerating or falsely claiming that a product uses AI when it does not, or overstating AI capabilities for marketing purposes.

Related:

AI winter

AI Core
Beginner

Historical periods when interest, funding, and progress in AI research declined significantly.

Related:

AI-native

Business Jargon
Beginner

A product or company built from the ground up with AI at its core, rather than adding AI to an existing system.

Related:

algorithm

AI Core
Beginner

A set of step-by-step instructions that tells a computer how to solve a problem or complete a task.

Related:

algorithmic accountability

AI Safety & Ethics
Beginner

Holding organisations responsible for the decisions their AI systems make, especially those affecting people's lives.

Related:

algorithmic trading

AI Applications
Beginner

Using AI and algorithms to execute financial trades automatically based on predefined strategies and market data.

Related:

Alibaba Cloud

Asia AI Ecosystem
Beginner

Alibaba's cloud computing division, which developed the Qwen (Tongyi Qianwen) family of AI models.

Related:

alignment

AI Safety & Ethics
Beginner

Ensuring AI systems pursue goals that genuinely match human intentions, values, and well-being.

Related:

AlphaFold

Models & Companies
Beginner

Google DeepMind's AI system that predicts protein structures with remarkable accuracy, a breakthrough for biology.

Related:

AlphaGo

Models & Companies
Beginner

Google DeepMind's AI that defeated world champion Go players, a milestone in AI history.

Related:

analytics

Data & Analytics
Beginner

The systematic analysis of data to discover patterns, extract insights, and support decision-making.

Related:

annotation

Data & Analytics
Beginner

Adding metadata or labels to data points, such as drawing boxes around objects in images or tagging sentiment in text.

Related:

anomaly detection

Machine Learning
Beginner

Identifying unusual patterns or outliers in data that do not conform to expected behaviour.

Related:

Anthropic

Models & Companies
Beginner

An AI safety company founded by former OpenAI researchers. Creator of the Claude family of AI assistants.

Related:

API

Infrastructure
Beginner

Application Programming Interface. A standardised way for different software systems to communicate with each other.

Related:

API rate limiting

Technical
Beginner

Restrictions on how many requests can be made to an API within a given time period.

Related:

artificial intelligence

AI Core
Beginner

The broad field of computer science focused on creating systems that can perform tasks typically requiring human intelligence.

Related:

ASEAN AI Guide

Asia AI Ecosystem
Beginner

The ASEAN Guide on AI Governance and Ethics, a voluntary framework for responsible AI across Southeast Asian nations.

Related:

ASI

AI Core
Beginner

Artificial Superintelligence. A theoretical AI that surpasses human intelligence in every domain. Remains purely speculative.

Related:

ASIC

Infrastructure
Beginner

Application-Specific Integrated Circuit. A chip custom-designed for a particular task, such as AI inference, offering high efficiency.

Related:

attention head

Deep Learning
Beginner

A single attention mechanism within a multi-head attention layer, each learning to focus on different aspects of the input.

Related:

attention mechanism

Deep Learning
Beginner

The component that lets a model focus on the most relevant parts of its input when making predictions.

Related:

AUC

Technical
Beginner

Area Under the Curve. A single number summarising model performance from the ROC curve. Closer to 1 is better.

Related:

autoencoder

Deep Learning
Beginner

A neural network that learns to compress data into a smaller representation and then reconstruct it, useful for denoising and anomaly detection.

Related:

AutoML

AI Core
Beginner

Automated Machine Learning. Tools that automate the process of building, selecting, and tuning machine learning models.

Related:

autonomous

AI Applications
Beginner

Operating independently without human control. Applies to vehicles, drones, robots, and software agents.

Related:

autonomous AI

Agentic AI
Beginner

AI systems that operate with minimal or no human intervention over extended periods.

Related:

autonomous vehicles

Robotics & Embodied AI
Beginner

Cars, trucks, drones, or other vehicles that use AI to navigate and drive without human intervention.

Related:

autoregressive model

NLP
Beginner

A model that generates output one token at a time, with each new token depending on all previously generated tokens.

Related:

avatar

AI Applications
Beginner

A digital representation of a user or AI character in virtual environments, games, or communication platforms.

Related:

backpropagation

AI Core
Beginner

The process of calculating how much each weight contributed to an error, then adjusting them to improve accuracy.

Related:

Baidu

Asia AI Ecosystem
Beginner

China's leading search and AI company, developer of the Ernie large language model series.

Related:

batch normalisation

Deep Learning
Beginner

A technique that normalises inputs to each layer during training, making networks train faster and more stably.

Related:

batch processing

Technical
Beginner

Processing large volumes of data in groups at scheduled intervals rather than in real-time.

Related:

batch size

AI Core
Beginner

The number of training examples processed together before updating the model's weights.

Related:

Bayesian methods

Machine Learning
Beginner

Statistical approaches that update predictions as new evidence becomes available, based on probability theory.

Related:

Bayesian optimisation

AI Core
Beginner

A strategy for efficiently finding the best settings or parameters by building a model of the objective function.

Related:

beam search

Generative AI
Beginner

A text generation strategy that keeps track of multiple possible outputs simultaneously and selects the overall best one.

Related:

benchmark

Model Training
Beginner

A standardised test or dataset used to compare the performance of different AI models on specific tasks.

Related:

BERT

Models & Companies
Beginner

Bidirectional Encoder Representations from Transformers. Google's influential model that understands text by reading in both directions.

Related:

bias

AI Safety & Ethics
Beginner

When an AI system produces unfair or skewed results, often because its training data reflects existing human prejudices.

Related:

bias-variance tradeoff

Machine Learning
Beginner

The balance between a model being too simple (high bias) and too complex (high variance). Finding the sweet spot is key.

Related:

big data

Data & Analytics
Beginner

Datasets so large or complex that traditional tools struggle to process them, often described by volume, velocity, and variety.

Related:

black box

AI Safety & Ethics
Beginner

An AI model whose internal decision-making process is opaque and difficult for humans to understand.

Related:

BPE

NLP
Beginner

Byte Pair Encoding. A common tokenisation method that builds a vocabulary by repeatedly merging the most frequent pairs of characters.

Related:

ByteDance

Asia AI Ecosystem
Beginner

Chinese technology company behind TikTok and Douyin, with major investments in AI for content recommendation and creation.

Related:

carbon footprint

Sustainability
Beginner

The total greenhouse gas emissions caused by training and running an AI model.

Related:

catastrophic forgetting

Model Training
Beginner

When a neural network trained on new data loses its ability to perform previously learned tasks.

Related:

causal inference

AI Core
Beginner

AI methods for determining cause-and-effect relationships rather than just correlations in data.

Related:

chain-of-thought

Generative AI
Beginner

A prompting technique that asks the AI to show its reasoning step by step, improving accuracy on complex problems.

Related:

chatbot

AI Core
Beginner

An AI-powered software application that conducts conversation with users through text or voice.

Related:

ChatGPT

Models & Companies
Beginner

OpenAI's conversational AI product built on GPT models. Popularised the use of AI chatbots worldwide from late 2022.

Related:

Chinchilla scaling

Model Training
Beginner

Research from DeepMind showing that training smaller models on more data is often more efficient than simply making models larger.

Related:

Chinese room argument

AI Core
Beginner

A philosophical thought experiment arguing that a computer following rules does not truly understand language.

Related:

chip shortage

Infrastructure
Beginner

Insufficient global supply of advanced semiconductors, constraining AI development and deployment.

Related:

chunking

Generative AI
Beginner

Breaking long documents into smaller, manageable pieces for processing by AI models with limited context windows.

Related:

churn prediction

AI Applications
Beginner

Using AI to identify customers likely to stop using a product or service, enabling proactive retention efforts.

Related:

CI/CD

Infrastructure
Beginner

Continuous Integration and Continuous Deployment. Automated processes for testing and releasing software updates frequently.

Related:

classification

Machine Learning
Beginner

A machine learning task where the model assigns inputs to predefined categories, like spam vs. not spam.

Related:

Claude

Models & Companies
Beginner

Anthropic's family of AI assistants, designed with a focus on safety, helpfulness, and harmlessness.

Related:

clinical trial

AI Applications
Beginner

Using AI to optimise patient recruitment, data analysis, and monitoring in pharmaceutical testing.

Related:

CLIP

Computer Vision
Beginner

Contrastive Language-Image Pre-training. An OpenAI model that learns to connect images and text descriptions.

Related:

closed source model

Model Training
Beginner

An AI model whose architecture, weights, and training data are kept proprietary and accessed only through an API.

Related:

cloud computing

Infrastructure
Beginner

Using remote servers hosted on the internet to store, manage, and process data instead of a local computer.

Related:

clustering

Machine Learning
Beginner

Grouping similar data points together without predefined labels. Used for customer segmentation and anomaly detection.

Related:

CNN

Deep Learning
Beginner

Convolutional Neural Network. A type of neural network designed for processing grid-like data such as images.

Related:

code generation

Generative AI
Beginner

AI writing computer code based on natural language descriptions or partial code inputs.

Related:

cognitive AI

AI Core
Beginner

AI systems designed to simulate human thought processes such as reasoning, understanding, learning, and decision-making. Unlike narrow AI that focuses on a single task, cognitive AI integrates multiple capabilities to interpret complex, ambiguous information in ways that mirror human cognition.

Related:

collaborative filtering

AI Core
Beginner

A recommendation technique that predicts what a user might like based on the preferences of similar users.

Related:

compute

Infrastructure
Beginner

The processing power needed to train and run AI models. A key bottleneck and cost factor in AI development.

Related:

compute governance

AI Policy & Regulation
Beginner

Policies controlling access to the large-scale computing resources needed to train powerful AI models.

Related:

computer vision

Computer Vision
Beginner

The field of AI that enables computers to interpret and understand visual information from images and videos.

Related:

confusion matrix

Technical
Beginner

A table showing how often a classification model correctly and incorrectly predicts each category.

Related:

constitutional AI

AI Safety & Ethics
Beginner

An approach where AI is trained to follow a set of written principles, using AI feedback to improve its own behaviour.

Related:

containerisation

Infrastructure
Beginner

Packaging software and its dependencies into isolated units (containers) that run consistently across different environments.

Related:

content authenticity

AI Safety & Ethics
Beginner

Technologies and standards for proving whether content is genuine, AI-generated, or manipulated.

Related:

content filtering

AI Safety & Ethics
Beginner

Systems that screen AI outputs to block harmful, offensive, or inappropriate content before it reaches users.

Related:

content moderation

AI Applications
Beginner

Using AI to review and filter user-generated content on platforms to enforce community guidelines.

Related:

context window

NLP
Beginner

The maximum amount of text an AI model can consider at once. Larger windows allow the model to work with longer documents.

Related:

continual learning

Model Training
Beginner

Enabling AI models to learn new tasks or information over time without forgetting what they previously learned.

Related:

contrastive learning

Deep Learning
Beginner

A training method where the model learns by comparing similar and dissimilar pairs of examples.

Related:

conversational AI

AI Core
Beginner

AI systems designed to engage in natural, human-like dialogue across text and voice channels.

Related:

conversational search

AI Applications
Beginner

Using natural language questions to search for information, with the AI understanding intent rather than just matching keywords.

Related:

copyright and AI

AI Policy & Regulation
Beginner

Legal debates around whether AI-generated content can be copyrighted and whether AI training on copyrighted material is lawful.

Related:

coreference resolution

NLP
Beginner

The task of determining which words in a text refer to the same entity, like linking 'she' to 'Dr. Chen'.

Related:

cosine similarity

Deep Learning
Beginner

A measure of how similar two vectors are by comparing the angle between them, regardless of their magnitude.

Related:

cross-entropy loss

Deep Learning
Beginner

A loss function commonly used for classification tasks that measures the difference between predicted and actual probability distributions.

Related:

cross-modal

AI Core
Beginner

Relating information across different data types, such as matching images to text descriptions.

Related:

cross-validation

Machine Learning
Beginner

A technique for assessing how well a model generalises by testing it on different subsets of the data.

Related:

CUDA

Models & Companies
Beginner

NVIDIA's parallel computing platform that allows software to use GPU acceleration for AI and scientific computing.

Related:

curriculum learning

Model Training
Beginner

Training a model by starting with simpler examples and progressively introducing more complex ones.

Related:

DALL-E

Models & Companies
Beginner

OpenAI's AI system that generates images from text descriptions.

Related:

data augmentation

Data & Analytics
Beginner

Artificially expanding a training dataset by creating modified versions of existing data, such as flipping or rotating images.

Related:

data card

AI Safety & Ethics
Beginner

Documentation describing a dataset's composition, collection methods, intended uses, and known limitations.

Related:

data centre

Infrastructure
Beginner

A facility housing computer servers and networking equipment used to store, process, and serve data and AI workloads.

Related:

data drift

Data & Analytics
Beginner

When the statistical properties of real-world data change over time, causing AI model performance to degrade.

Related:

data engineering

Data & Analytics
Beginner

Building and maintaining the systems and infrastructure needed to collect, store, and process data at scale.

Related:

data flywheel

Startup & VC
Beginner

A cycle where more users generate more data, which improves the AI product, which attracts more users.

Related:

data governance

Data & Analytics
Beginner

Policies and processes for managing data quality, access, security, and compliance across an organisation.

Related:

data labelling

Data & Analytics
Beginner

The process of annotating raw data with meaningful tags or categories so it can be used for supervised learning.

Related:

data lake

Infrastructure
Beginner

A centralised storage system that holds vast amounts of raw data in its original format until needed.

Related:

data pipeline

Infrastructure
Beginner

An automated workflow that moves data from source systems through processing steps to its final destination.

Related:

data poisoning

AI Safety & Ethics
Beginner

An attack where an adversary intentionally corrupts training data to make the resulting AI model behave incorrectly.

Related:

data preprocessing

Data & Analytics
Beginner

Cleaning, transforming, and preparing raw data before feeding it into an AI model for training.

Related:

data protection

AI Policy & Regulation
Beginner

Laws and practices safeguarding personal information from misuse, unauthorised access, or breach.

Related:

data science

Data & Analytics
Beginner

An interdisciplinary field combining statistics, programming, and domain expertise to extract insights from data.

Related:

data sovereignty

Data & Analytics
Beginner

The principle that data is subject to the laws and regulations of the country where it is collected or stored.

Related:

data warehouse

Infrastructure
Beginner

A structured storage system optimised for querying and analysing large volumes of processed, organised data.

Related:

decision tree

Machine Learning
Beginner

A model that makes predictions by following a tree-like series of yes/no questions about the data.

Related:

deep learning

AI Core
Beginner

A type of machine learning using neural networks with many layers to learn complex patterns from large amounts of data.

Related:

deepfake

Generative AI
Beginner

AI-generated or AI-manipulated media, typically video or audio, that convincingly depicts something that did not happen.

Related:

DeepSeek

Asia AI Ecosystem
Beginner

A Chinese AI lab that gained attention for producing highly capable open-weight models at significantly lower training costs.

Related:

demand forecasting

AI Applications
Beginner

Using AI to predict future customer demand for products or services based on historical data and trends.

Related:

democratizing AI

Business Jargon
Beginner

Making AI tools and capabilities accessible to non-experts, smaller organisations, or underserved communities.

Related:

depth estimation

Computer Vision
Beginner

AI inferring the distance of objects from the camera in a 2D image, creating a sense of 3D understanding.

Related:

differential privacy

AI Safety & Ethics
Beginner

A mathematical technique that adds carefully calibrated noise to data, allowing useful analysis while protecting individual privacy.

Related:

diffusion model

Deep Learning
Beginner

An AI system that generates images by starting with pure noise and gradually removing it, guided by text prompts or other inputs.

Related:

digital human

AI Applications
Beginner

An AI-powered virtual character with realistic human appearance, used in customer service, entertainment, or education.

Related:

digital twin

Robotics & Embodied AI
Beginner

A virtual replica of a physical object, process, or system that is continuously updated with real-world data.

Related:

dimensionality reduction

AI Core
Beginner

Techniques for reducing the number of input variables in a dataset while preserving important information.

Related:

distillation

Model Training
Beginner

Training a smaller, faster student model to replicate the behaviour of a larger, more capable teacher model.

Related:

distributed training

Model Training
Beginner

Splitting the training of a large AI model across multiple GPUs or machines to speed up the process.

Related:

document AI

AI Applications
Beginner

AI systems specialised in understanding, extracting, and processing information from documents.

Related:

drone

Robotics & Embodied AI
Beginner

An unmanned aerial vehicle (UAV) that can be remotely controlled or fly autonomously using AI.

Related:

dropout

AI Core
Beginner

A training technique where random neurons are temporarily disabled to prevent the network from relying too heavily on any single path.

Related:

drug discovery

AI Applications
Beginner

Using AI to identify potential new medicines and accelerate pharmaceutical research and development.

Related:

dual-use

AI Safety & Ethics
Beginner

Technology that can be applied for both beneficial civilian purposes and potentially harmful military or surveillance uses.

Related:

edge AI

Infrastructure
Beginner

Running AI directly on devices like phones, cameras, or sensors instead of sending data to the cloud.

Related:

efficient AI

Sustainability
Beginner

AI models and methods designed to achieve good performance while using less compute, energy, and data.

Related:

embedding

NLP
Beginner

Converting text, images, or other data into numerical vectors that capture their meaning, allowing AI to compare and reason about them.

Related:

embodied AI

Robotics & Embodied AI
Beginner

AI systems that exist within and interact with the physical world through robot bodies or other physical forms.

Related:

emergent behaviour

AI Core
Beginner

Unexpected capabilities that appear in AI models as they scale up, not explicitly programmed or anticipated.

Related:

emotion recognition

AI Applications
Beginner

AI that attempts to identify human emotions from facial expressions, voice, or text. A controversial application.

Related:

encoder-decoder

NLP
Beginner

An architecture where one network compresses input into a representation (encoder) and another generates output from it (decoder).

Related:

endpoint

Infrastructure
Beginner

A specific URL or address where an API can be accessed to send or receive data.

Related:

energy consumption

Sustainability
Beginner

The significant electricity required to train and run AI models, raising environmental sustainability concerns.

Related:

ensemble methods

AI Core
Beginner

Combining multiple AI models to produce better results than any single model alone.

Related:

epoch

AI Core
Beginner

One complete pass through the entire training dataset during the training process.

Related:

Ernie

Asia AI Ecosystem
Beginner

Baidu's family of large language models, one of the leading LLMs developed in China.

Related:

ethical AI

AI Safety & Ethics
Beginner

AI designed and used in ways that align with moral principles, prioritising fairness and transparency.

Related:

ETL

Infrastructure
Beginner

Extract, Transform, Load. The process of pulling data from sources, converting it into a useful format, and storing it for analysis.

Related:

existential risk

AI Safety & Ethics
Beginner

The possibility that very advanced AI could pose a fundamental threat to human civilisation. A topic of active debate.

Related:

explainability

AI Safety & Ethics
Beginner

The ability to understand and describe how an AI system reached a particular decision or output.

Related:

export controls

AI Policy & Regulation
Beginner

Government restrictions on selling or sharing certain AI technologies, hardware, or data with other countries.

Related:

F1 score

Technical
Beginner

A balanced metric that combines precision and recall into a single number between 0 and 1.

Related:

facial recognition

Computer Vision
Beginner

AI that identifies or verifies a person by analysing the unique features of their face.

Related:

fairness

AI Safety & Ethics
Beginner

Ensuring AI systems treat different groups of people equitably and do not discriminate.

Related:

feature engineering

AI Core
Beginner

The process of selecting, transforming, or creating input variables to improve a model's performance.

Related:

feature store

Infrastructure
Beginner

A centralised system for storing and serving the processed input data (features) used by machine learning models.

Related:

federated learning

Model Training
Beginner

Training AI across many devices or servers without centralising the raw data, preserving privacy.

Related:

few-shot

Generative AI
Beginner

Providing a model with a small number of examples in the prompt to help it understand the desired task or format.

Related:

few-shot learning

AI Core
Beginner

The ability to learn new concepts or tasks from just a small handful of examples.

Related:

fine-grained

Technical
Beginner

Highly detailed or specific, as opposed to broad or coarse. Often refers to classification or permissions.

Related:

fine-grained control

Generative AI
Beginner

The ability to precisely adjust specific aspects of an AI system's behaviour or outputs.

Related:

fine-tuning

AI Core
Beginner

Adapting a pre-trained AI model with specialised data to improve its performance on a particular task or domain.

Related:

fine-tuning as a service

Infrastructure
Beginner

Cloud platforms that allow customers to fine-tune foundation models on their own data without managing infrastructure.

Related:

fintech

AI Applications
Beginner

Financial technology. Companies using technology to improve and automate financial services.

Related:

FLOPS

Infrastructure
Beginner

Floating Point Operations Per Second. A measure of computing power, often used to describe AI hardware performance.

Related:

flywheel

Startup & VC
Beginner

A self-reinforcing business cycle where each component strengthens the others, creating accelerating momentum.

Related:

foundation model

Generative AI
Beginner

A large AI model trained on broad data that can be adapted for many different specific tasks.

Related:

FPGA

Infrastructure
Beginner

Field-Programmable Gate Array. A chip that can be reprogrammed after manufacturing, offering flexibility for AI workloads.

Related:

fraud detection

AI Applications
Beginner

Using AI to identify suspicious transactions or activities that may indicate fraud.

Related:

frontier model

Models & Companies
Beginner

The most capable AI models at the cutting edge of performance, typically requiring enormous compute to train.

Related:

function calling

Agentic AI
Beginner

A specific capability where an AI model can invoke predefined functions or APIs as part of generating a response.

Related:

GAN

Deep Learning
Beginner

Generative Adversarial Network. Two neural networks competing against each other: one creates fake data, the other tries to detect the fakes.

Related:

GDPR

AI Policy & Regulation
Beginner

General Data Protection Regulation. The EU's landmark data privacy law that has influenced privacy regulations worldwide, including across Asia.

Related:

Gemini

Models & Companies
Beginner

Google DeepMind's family of multimodal AI models, integrated across Google's products and services.

Related:

generative AI

AI Core
Beginner

AI systems that create new content such as text, images, code, audio, and video by learning patterns from large datasets. Also known as gen AI. Prominent examples include large language models like GPT and Claude, and image generators like DALL-E and Midjourney.

Related:

generative AI

Generative AI
Beginner

AI that creates new content such as text, images, music, video, or code, rather than just analysing existing data.

Related:

geospatial AI

AI Applications
Beginner

AI applied to geographic and location-based data for mapping, urban planning, and environmental monitoring.

Related:

GitHub

Technical
Beginner

The world's largest platform for hosting, sharing, and collaborating on software code.

Related:

GitHub Copilot

Models & Companies
Beginner

An AI-powered coding assistant built on LLMs that suggests code completions and generates code from natural language.

Related:

Gojek

Asia AI Ecosystem
Beginner

Indonesian super-app leveraging AI across ride-hailing, payments, food delivery, and logistics services.

Related:

Google DeepMind

Models & Companies
Beginner

Google's AI research lab, formed by merging Google Brain and DeepMind. Behind Gemini, AlphaFold, and AlphaGo.

Related:

GPT

Models & Companies
Beginner

Generative Pre-trained Transformer. OpenAI's family of large language models that generate text by predicting the next token.

Related:

GPT-4

Models & Companies
Beginner

OpenAI's multimodal large language model released in 2023, capable of processing both text and images.

Related:

GPU

Infrastructure
Beginner

Graphics Processing Unit. Powerful chips originally designed for graphics that are now essential for training and running AI models.

Related:

Grab

Asia AI Ecosystem
Beginner

Southeast Asian super-app using AI for ride-hailing, food delivery, payments, and fraud detection.

Related:

gradient descent

AI Core
Beginner

The optimisation method used to minimise a model's errors by adjusting weights in the direction that reduces loss.

Related:

graph neural network

AI Core
Beginner

A neural network designed to work with data structured as graphs, such as social networks or molecular structures.

Related:

green AI

Sustainability
Beginner

Research and practices aimed at reducing the environmental impact of developing and running AI systems.

Related:

ground truth

Technical
Beginner

The verified, correct answer or label that a model's predictions are compared against.

Related:

grounding

Generative AI
Beginner

Connecting AI outputs to verified sources of information to reduce hallucinations and improve factual accuracy.

Related:

GRU

Deep Learning
Beginner

Gated Recurrent Unit. A simplified version of LSTM that is faster to train while achieving similar performance.

Related:

guardrails

AI Safety & Ethics
Beginner

Safety constraints and rules built into AI systems to prevent harmful, inappropriate, or off-topic outputs.

Related:

hallucination

Generative AI
Beginner

When AI generates confident-sounding but factually incorrect or fabricated information.

Related:

Hugging Face

Models & Companies
Beginner

A platform and community hub for sharing, discovering, and deploying open-source AI models and datasets.

Related:

human-in-the-loop

AI Safety & Ethics
Beginner

AI systems designed to include human oversight, review, or approval at critical decision points.

Related:

human-on-the-loop

AI Safety & Ethics
Beginner

AI operates autonomously but a human monitors and can intervene if something goes wrong.

Related:

hybrid search

Infrastructure
Beginner

Combining traditional keyword search with semantic vector search for more accurate results.

Related:

hype cycle

AI Core
Beginner

The pattern of inflated expectations followed by disillusionment and eventual productive adoption of a new technology.

Related:

hyperparameters

AI Core
Beginner

Settings chosen by developers before training begins, such as learning rate or batch size, that control how training works.

Related:

hyperscaler

Infrastructure
Beginner

A massive cloud computing provider like AWS, Microsoft Azure, or Google Cloud that operates at enormous scale.

Related:

image captioning

Computer Vision
Beginner

AI generating natural language descriptions of what is happening in an image.

Related:

image generation

Generative AI
Beginner

AI creating new images from text descriptions, sketches, or other inputs.

Related:

image recognition

Computer Vision
Beginner

AI identifying what is depicted in an image, such as recognising objects, scenes, or activities.

Related:

image segmentation

Computer Vision
Beginner

AI dividing an image into distinct regions, assigning each pixel to a specific object or category.

Related:

impact assessment

AI Policy & Regulation
Beginner

A formal evaluation of the potential effects of an AI system on individuals, society, and the environment before deployment.

Related:

in-context learning

Generative AI
Beginner

An LLM's ability to learn new tasks from examples provided within the prompt, without any additional training.

Related:

in-context learning window

Generative AI
Beginner

The portion of a model's context window used to provide examples and instructions that guide the model's behaviour.

Related:

inference

AI Core
Beginner

When a trained AI model processes new input and produces output. The actual moment the AI does its work.

Related:

inference cost

Infrastructure
Beginner

The ongoing expense of running a trained AI model to process real-world requests, often the largest operational cost.

Related:

inpainting

Generative AI
Beginner

AI filling in missing or selected parts of an image with contextually appropriate content.

Related:

instruction tuning

Model Training
Beginner

Training a model to follow natural language instructions more reliably, making it more useful as an assistant.

Related:

interpretability

AI Safety & Ethics
Beginner

The degree to which a human can understand the internal workings and reasoning of an AI model.

Related:

IoT

Robotics & Embodied AI
Beginner

Internet of Things. A network of physical devices embedded with sensors and software that connect and exchange data over the internet.

Related:

jailbreak

AI Safety & Ethics
Beginner

A prompt designed to bypass an AI model's safety guardrails and make it produce restricted content.

Related:

JSON

Technical
Beginner

JavaScript Object Notation. A lightweight data format commonly used for structured communication between systems and AI APIs.

Related:

K-means

Machine Learning
Beginner

A popular clustering algorithm that groups data into K clusters based on similarity to cluster centres.

Related:

knowledge base

AI Core
Beginner

An organised repository of information that AI systems can query to provide accurate, factual answers.

Related:

knowledge distillation

Deep Learning
Beginner

Training a smaller, faster model to mimic the behaviour of a larger, more capable model.

Related:

knowledge graph

AI Core
Beginner

A structured database that stores information as a network of interconnected entities and their relationships.

Related:

Kubernetes

Infrastructure
Beginner

An open-source platform for automating the deployment, scaling, and management of containerised applications.

Related:

LangChain

Agentic AI
Beginner

A popular open-source framework for building applications powered by large language models, especially agents and RAG systems.

Related:

language modelling

NLP
Beginner

Predicting the next word in a sequence based on the words that came before. The fundamental task behind LLMs.

Related:

latency

Infrastructure
Beginner

The delay between sending a request to an AI system and receiving a response. Lower latency means faster results.

Related:

latent space

Representations
Beginner

The compressed, abstract representation of data that AI models work with internally. A lower-dimensional map of complex data.

Related:

layer normalisation

Deep Learning
Beginner

A technique that normalises the inputs across features within a single training example, commonly used in transformers.

Related:

leaderboard

Model Training
Beginner

A public ranking of AI models based on their performance on standardised benchmarks.

Related:

learning rate

AI Core
Beginner

How much a model adjusts its weights with each training step. Too high causes instability, too low causes slow learning.

Related:

LIDAR

Robotics & Embodied AI
Beginner

Light Detection and Ranging. A sensor technology that uses laser pulses to create detailed 3D maps of the surrounding environment.

Related:

Llama

Models & Companies
Beginner

Meta's family of open-weight large language models, widely used by researchers and developers worldwide.

Related:

LLM

NLP
Beginner

Large Language Model. Software trained on massive amounts of text data to understand and generate human-like language.

Related:

LoRA

Model Training
Beginner

Low-Rank Adaptation. An efficient fine-tuning method that trains only a small number of additional parameters instead of the full model.

Related:

loss function

AI Core
Beginner

A mathematical formula that measures how far off a model's predictions are from the correct answers. The model tries to minimise this.

Related:

low-code

AI Core
Beginner

Development platforms requiring minimal hand-written code, using visual tools and pre-built components instead.

Related:

LSTM

Deep Learning
Beginner

Long Short-Term Memory. A type of RNN designed to remember information over long sequences, solving the vanishing gradient problem.

Related:

machine learning

AI Core
Beginner

A subset of AI where software improves at tasks by learning from data rather than following explicit programming.

Related:

machine translation

NLP
Beginner

Using AI to automatically translate text from one language to another.

Related:

masked image modelling

Deep Learning
Beginner

A training task where parts of an image are hidden and the model learns to predict the missing regions.

Related:

masked language modelling

NLP
Beginner

A training task where random words are hidden and the model learns to predict them from surrounding context. Used by BERT.

Related:

membership inference

AI Safety & Ethics
Beginner

An attack that determines whether a specific data point was used in training a model, potentially compromising privacy.

Related:

memory

Agentic AI
Beginner

An AI system's ability to store and recall information from previous interactions or long-running tasks.

Related:

Meta AI

Models & Companies
Beginner

Meta's artificial intelligence research division, creator of the open-weight Llama language models.

Related:

meta-learning

AI Core
Beginner

Teaching AI systems to learn how to learn more efficiently, often called 'learning to learn'.

Related:

microservices

Technical
Beginner

An architecture where software is built as a collection of small, independent services rather than one large application.

Related:

Midjourney

Models & Companies
Beginner

An independent AI image generation service known for producing highly artistic and stylised visuals.

Related:

Mistral

Models & Companies
Beginner

A French AI company and its family of efficient open-weight language models known for strong performance relative to their size.

Related:

mixture of agents

Agentic AI
Beginner

A system architecture where multiple specialised AI models collaborate, each contributing their expertise.

Related:

mixture of experts

Model Training
Beginner

An architecture that routes each input to specialised sub-models (experts), activating only a fraction of the total parameters for efficiency.

Related:

MLOps

Infrastructure
Beginner

Machine Learning Operations. Practices for deploying, monitoring, and maintaining AI models in production reliably.

Related:

MMLU

Model Training
Beginner

Massive Multitask Language Understanding. A popular benchmark testing AI knowledge across 57 academic subjects.

Related:

moat

Startup & VC
Beginner

A competitive advantage that protects a business from rivals and is difficult to replicate.

Related:

model

AI Core
Beginner

A trained AI system that has learned patterns from data and can make predictions or generate outputs based on new inputs.

Related:

model card

AI Safety & Ethics
Beginner

A standardised document that describes an AI model's intended use, performance, limitations, and ethical considerations.

Related:

model collapse

Model Training
Beginner

When AI trained on AI-generated data gradually degrades in quality and diversity over successive generations.

Related:

model context protocol

Generative AI
Beginner

A standard for connecting AI models to external tools, data sources, and services in a consistent way.

Related:

model drift

Data & Analytics
Beginner

When an AI model's predictions become less accurate over time as the real world changes around it.

Related:

model evaluation

Model Training
Beginner

Systematically testing an AI model's performance, capabilities, and limitations using standardised methods.

Related:

model extraction

AI Safety & Ethics
Beginner

An attack that recreates a proprietary AI model by systematically querying it and analysing its outputs.

Related:

Model Garden

Asia AI Ecosystem
Beginner

A curated collection of pre-trained AI models offered by cloud providers, allowing developers to easily test and deploy various models.

Related:

model marketplace

Infrastructure
Beginner

A platform where developers can discover, compare, and deploy AI models from various providers.

Related:

model registry

Infrastructure
Beginner

A centralised repository for storing, versioning, and managing trained AI models.

Related:

model serving

Infrastructure
Beginner

The infrastructure and process for making a trained AI model available to handle real-world requests.

Related:

multi-agent system

Agentic AI
Beginner

Multiple AI agents working together, each with specialised roles, to solve complex problems collaboratively.

Related:

multi-head attention

Deep Learning
Beginner

Running multiple attention operations in parallel, allowing the model to capture different types of relationships simultaneously.

Related:

multi-turn conversation

Generative AI
Beginner

An AI interaction spanning multiple back-and-forth exchanges, where context from earlier turns informs later responses.

Related:

multimodal

Generative AI
Beginner

AI that can process and generate multiple types of content such as text, images, audio, and video.

Related:

multimodal embedding

Representations
Beginner

Converting different types of data (text, images, audio) into a shared numerical space for comparison.

Related:

multimodal learning

AI Core
Beginner

Training AI to understand and connect information across different types of data such as text, images, and audio.

Related:

MVP

Startup & VC
Beginner

Minimum Viable Product. The simplest functional version of a product, built to test the core idea with real users.

Related:

NAIRR

Asia AI Ecosystem
Beginner

National AI Research Resource. Proposed US initiative to democratise access to AI compute and data for researchers. Similar programmes exist across Asia.

Related:

named entity recognition

NLP
Beginner

Identifying and classifying key elements in text such as people, organisations, locations, and dates.

Related:

narrow AI

AI Core
Beginner

AI designed to perform a single specific task well, like playing chess or recognising faces. All current AI systems are narrow AI.

Related:

narrow intelligence

AI Core
Beginner

AI that excels at one specific task but cannot generalise to other domains. Describes all current AI systems.

Related:

network effect

Startup & VC
Beginner

When a product becomes more valuable as more people use it, such as social media platforms or messaging apps.

Related:

neural architecture search

Deep Learning
Beginner

Using AI to automatically design the structure of neural networks, rather than relying on human intuition.

Related:

neural network

AI Core
Beginner

A computing system loosely inspired by how brain cells connect, used to find patterns in data. The building block of deep learning.

Related:

NLP

NLP
Beginner

Natural Language Processing. The field of AI focused on enabling computers to understand, interpret, and generate human language.

Related:

no-code AI

AI Core
Beginner

AI platforms that allow users to build and deploy models through visual interfaces without writing any code.

Related:

normalisation

Technical
Beginner

Scaling data to a standard range to help AI models train more effectively and fairly.

Related:

NPU

Infrastructure
Beginner

Neural Processing Unit. A specialised chip built into devices like smartphones to run AI tasks efficiently on-device.

Related:

NVIDIA

Models & Companies
Beginner

The leading manufacturer of GPUs used for AI training and inference. A central player in AI hardware.

Related:

object detection

Computer Vision
Beginner

AI locating and identifying multiple objects within an image, drawing bounding boxes around each one.

Related:

OCR

Computer Vision
Beginner

Optical Character Recognition. AI that reads and converts text in images or scanned documents into editable digital text.

Related:

on-device AI

Infrastructure
Beginner

AI processing that happens locally on a user's device, offering faster response times and better privacy.

Related:

one-hot encoding

Technical
Beginner

Representing categorical data as binary vectors where only one element is 1 and the rest are 0.

Related:

online learning

AI Core
Beginner

Continuously updating a model as new data arrives, rather than retraining from scratch in batches.

Related:

ontology

AI Core
Beginner

A formal, structured representation of concepts and the relationships between them within a specific domain.

Related:

open foundation model

Models & Companies
Beginner

A foundation model whose weights are publicly available, enabling widespread research and commercial use.

Related:

open source

Technical
Beginner

Software whose source code is freely available for anyone to view, use, modify, and distribute.

Related:

open source model

Model Training
Beginner

An AI model whose code and trained weights are publicly available for anyone to use, study, and modify.

Related:

open-weight

Model Training
Beginner

AI models whose learned numerical parameters (weights) are publicly shared, though the training code or data may not be.

Related:

OpenAI

Models & Companies
Beginner

The American AI company behind GPT, ChatGPT, DALL-E, and Sora. One of the most influential AI labs globally.

Related:

orchestration

Agentic AI
Beginner

Coordinating multiple AI models, agents, or services to work together on a complex workflow.

Related:

outpainting

Generative AI
Beginner

AI extending an image beyond its original borders, generating new content that matches the existing scene.

Related:

overfitting

AI Core
Beginner

When a model memorises its training data too closely and performs poorly on new, unseen data.

Related:

parallel processing

Technical
Beginner

Running multiple computations simultaneously, essential for training large AI models quickly.

Related:

parameters

AI Core
Beginner

The internal settings an AI model learns during training. More parameters generally means more capable but more resource-hungry.

Related:

PCA

AI Core
Beginner

Principal Component Analysis. A technique for simplifying complex data by reducing the number of variables while keeping the most important patterns.

Related:

PDPA

AI Policy & Regulation
Beginner

Personal Data Protection Act. Data privacy laws adopted across several Asian countries including Singapore, Thailand, and Malaysia.

Related:

perceptron

AI Core
Beginner

The simplest type of neural network, consisting of a single layer. The building block of more complex networks.

Related:

perplexity

NLP
Beginner

A measurement of how well a language model predicts text. Lower perplexity means the model is more confident and accurate.

Related:

personalisation

AI Core
Beginner

Tailoring content, recommendations, or experiences to individual users based on their data and behaviour.

Related:

planning

Agentic AI
Beginner

An AI's ability to break down complex goals into a sequence of steps and execute them in the right order.

Related:

pose estimation

Computer Vision
Beginner

AI detecting the position and orientation of a person's body parts in images or video.

Related:

positional encoding

Deep Learning
Beginner

A method for giving transformer models information about the order of elements in a sequence, since they process everything in parallel.

Related:

pre-training

AI Core
Beginner

The initial phase where an AI model learns general knowledge from a large, broad dataset before being specialised.

Related:

precision

Technical
Beginner

Of all the items the model predicted as positive, the percentage that actually were positive.

Related:

precision agriculture

AI Applications
Beginner

Using AI, sensors, and data to optimise farming practices at a granular level for better yields and sustainability.

Related:

precision medicine

AI Applications
Beginner

Using AI and genomic data to tailor medical treatments to individual patients.

Related:

predictive analytics

AI Applications
Beginner

Using AI and statistical methods to analyse current and historical data to forecast future outcomes.

Related:

predictive maintenance

AI Applications
Beginner

Using AI to predict when equipment will fail so maintenance can be performed proactively.

Related:

prescriptive analytics

AI Applications
Beginner

AI that not only predicts what will happen but also recommends specific actions to take.

Related:

privacy by design

AI Safety & Ethics
Beginner

Building privacy protections into AI systems from the beginning, not as an afterthought.

Related:

product-market fit

Startup & VC
Beginner

The stage where a product satisfies a strong market demand, with users actively wanting and paying for it.

Related:

prompt

Generative AI
Beginner

The text input or instruction you give to an AI model to get a desired response.

Related:

prompt chaining

Generative AI
Beginner

Connecting multiple AI prompts in sequence, where the output of one becomes the input for the next.

Related:

prompt engineering

Generative AI
Beginner

The practice of crafting effective instructions and inputs to get better, more reliable results from AI tools.

Related:

prompt injection

AI Safety & Ethics
Beginner

An attack where malicious instructions are hidden in input text to manipulate an AI into unintended behaviour.

Related:

provenance

AI Safety & Ethics
Beginner

Tracking the origin and history of data or AI-generated content to verify its authenticity and source.

Related:

pruning

Deep Learning
Beginner

Removing unnecessary connections or neurons from a neural network to make it smaller and faster without significant quality loss.

Related:

QLoRA

Model Training
Beginner

Quantized Low-Rank Adaptation. Combines quantization with LoRA to fine-tune large models on consumer hardware.

Related:

quantization

Model Training
Beginner

Compressing an AI model to use less memory and run faster by reducing the precision of its numerical values, with some quality trade-off.

Related:

question answering

NLP
Beginner

AI systems that can read text and answer questions about it, or retrieve answers from a knowledge base.

Related:

Qwen

Asia AI Ecosystem
Beginner

Alibaba Cloud's family of large language and multimodal models, also known as Tongyi Qianwen.

Related:

RAG

Generative AI
Beginner

Retrieval-Augmented Generation. A technique where AI looks up relevant real-world information before generating an answer, reducing hallucinations.

Related:

random forest

Machine Learning
Beginner

An ensemble method that combines many decision trees to make more accurate and stable predictions.

Related:

ranking algorithm

AI Core
Beginner

A system that determines the order in which search results, recommendations, or content are presented to users.

Related:

real-time

Technical
Beginner

Processing and responding to data immediately as it arrives, with minimal delay.

Related:

reasoning

Agentic AI
Beginner

An AI model's ability to think through problems logically, draw conclusions, and explain its thinking process.

Related:

recall

Technical
Beginner

Of all the actually positive items, the percentage the model correctly identified.

Related:

recommendation system

AI Core
Beginner

AI that suggests relevant content, products, or actions to users based on their behaviour and preferences.

Related:

red-teaming

AI Safety & Ethics
Beginner

Deliberately testing an AI system by trying to make it fail, produce harmful outputs, or reveal vulnerabilities.

Related:

reflection

Agentic AI
Beginner

An AI evaluating its own outputs for errors and self-correcting before delivering a final answer.

Related:

regression

Machine Learning
Beginner

A machine learning task where the model predicts a continuous numerical value, like a house price.

Related:

regularisation

AI Core
Beginner

Techniques used to prevent overfitting by adding constraints or penalties during training.

Related:

regulatory framework

AI Policy & Regulation
Beginner

A structured set of rules, guidelines, and standards governing how AI can be developed and used.

Related:

regulatory sandbox

AI Policy & Regulation
Beginner

A supervised testing environment where companies can trial innovative AI products under relaxed regulations.

Related:

reinforcement learning

Machine Learning
Beginner

Training an AI by letting it interact with an environment and rewarding good outcomes while penalising bad ones.

Related:

reinforcement learning from human feedback

AI Core
Beginner

The full term for RLHF. Training AI to produce outputs that humans rate as helpful, harmless, and honest.

Related:

ReLU

AI Core
Beginner

Rectified Linear Unit. A simple activation function that outputs zero for negative inputs and the input itself for positive ones. Very widely used.

Related:

representation learning

Representations
Beginner

Training AI to automatically discover useful representations of raw data, rather than manually designing features.

Related:

reranking

Infrastructure
Beginner

A second-stage process that refines initial search results by applying a more sophisticated relevance model.

Related:

residual network

Deep Learning
Beginner

A deep neural network architecture using skip connections that allow information to bypass layers, enabling much deeper networks.

Related:

responsible AI

AI Safety & Ethics
Beginner

Developing and deploying AI with careful consideration for ethics, fairness, safety, and societal impact.

Related:

responsible disclosure

AI Safety & Ethics
Beginner

The practice of reporting AI vulnerabilities or safety issues privately to developers before making them public.

Related:

responsible scaling

AI Safety & Ethics
Beginner

The principle of increasing AI capabilities in a measured way with appropriate safety measures at each stage.

Related:

REST API

Infrastructure
Beginner

Representational State Transfer. A common architectural style for web APIs that uses standard HTTP methods.

Related:

retrieval

Generative AI
Beginner

The process of finding and fetching relevant information from a database or knowledge base to assist AI generation.

Related:

reward hacking

AI Safety & Ethics
Beginner

When an AI finds unexpected ways to maximise its reward signal that do not align with the intended goal.

Related:

reward model

AI Safety & Ethics
Beginner

An AI trained to predict how helpful or harmful a response is, used to guide the training of other models.

Related:

right to explanation

AI Policy & Regulation
Beginner

The principle that individuals affected by AI decisions should be able to receive a meaningful explanation of how the decision was made.

Related:

risk-based approach

AI Policy & Regulation
Beginner

Regulating AI according to the level of risk it poses, with stricter rules for high-risk applications.

Related:

RLAIF

AI Safety & Ethics
Beginner

Reinforcement Learning from AI Feedback. Using another AI model to provide training feedback instead of humans.

Related:

RLHF

AI Safety & Ethics
Beginner

Reinforcement Learning from Human Feedback. Training AI using human ratings of its outputs to make it more helpful, harmless, and honest.

Related:

RNN

Deep Learning
Beginner

Recurrent Neural Network. A neural network designed for sequential data like text or time series, processing one element at a time.

Related:

robotics

Robotics & Embodied AI
Beginner

The field of designing, building, and programming physical machines that can sense, decide, and act in the real world.

Related:

ROC curve

Technical
Beginner

Receiver Operating Characteristic curve. A graph showing the trade-off between true positive and false positive rates.

Related:

RPA

Robotics & Embodied AI
Beginner

Robotic Process Automation. Software bots that automate repetitive, rule-based business tasks like data entry and form filling.

Related:

safety benchmark

AI Safety & Ethics
Beginner

A standardised test specifically designed to evaluate how safely an AI model behaves.

Related:

Samsung

Asia AI Ecosystem
Beginner

South Korean conglomerate investing heavily in AI chips, on-device AI, and smart device integration.

Related:

sandbox

AI Safety & Ethics
Beginner

A controlled, isolated testing environment for safely experimenting with new AI technologies or regulations.

Related:

satellite imagery analysis

AI Applications
Beginner

Using AI to interpret satellite photos for agriculture, environmental monitoring, urban planning, and disaster response.

Related:

scaling laws

Model Training
Beginner

Research showing predictable relationships between model size, data volume, compute budget, and AI performance.

Related:

SDK

Infrastructure
Beginner

Software Development Kit. A collection of tools, libraries, and documentation that helps developers build applications using a particular platform.

Related:

search engine

AI Core
Beginner

Software that indexes and retrieves relevant information from a large collection of data in response to queries.

Related:

self-attention

Deep Learning
Beginner

A mechanism where each element in a sequence learns how much to attend to every other element, enabling rich contextual understanding.

Related:

self-driving

Robotics & Embodied AI
Beginner

Vehicle technology that uses AI sensors and algorithms to navigate roads without a human driver.

Related:

self-supervised learning

Machine Learning
Beginner

A training method where the model generates its own labels from the data, such as predicting masked words in a sentence.

Related:

semantic search

NLP
Beginner

Searching by meaning rather than exact keywords, using embeddings to find conceptually related content.

Related:

semi-supervised learning

Machine Learning
Beginner

A training approach using a small amount of labelled data combined with a large amount of unlabelled data.

Related:

semiconductor

Infrastructure
Beginner

The base material and industry for manufacturing the chips that power AI and all modern computing.

Related:

sensor fusion

Robotics & Embodied AI
Beginner

Combining data from multiple sensor types (cameras, LIDAR, radar) to create a more complete understanding of the environment.

Related:

sentiment analysis

NLP
Beginner

Using AI to determine whether a piece of text expresses positive, negative, or neutral emotions.

Related:

sentiment scoring

AI Applications
Beginner

Assigning a numerical value to text representing how positive or negative the expressed sentiment is.

Related:

seq2seq

NLP
Beginner

Sequence-to-sequence. A model architecture that transforms one sequence into another, used in translation and summarisation.

Related:

simulation

Robotics & Embodied AI
Beginner

Using software to model real-world environments so AI agents can learn and be tested safely before physical deployment.

Related:

single-state AI

Technical
Beginner

An AI system that processes each input independently within a fixed, non-evolving state, without retaining memory or context from prior interactions. Every request is treated as a fresh transaction, making the system stateless. This contrasts with multi-turn or agentic AI systems that maintain conversational history or evolving world models.

Related:

skip connection

Deep Learning
Beginner

A shortcut that allows data to bypass one or more layers in a neural network, helping with training very deep networks.

Related:

smart city

AI Applications
Beginner

Urban areas that use AI, IoT, and data analytics to improve infrastructure, services, and quality of life.

Related:

SoftBank

Asia AI Ecosystem
Beginner

Japanese conglomerate and major technology investor with significant stakes in AI companies globally.

Related:

softmax

Deep Learning
Beginner

A mathematical function that converts a set of numbers into probabilities that sum to one, used for classification outputs.

Related:

Sora

Models & Companies
Beginner

OpenAI's text-to-video AI model capable of generating realistic video clips from text descriptions.

Related:

sovereign AI

Asia AI Ecosystem
Beginner

National initiatives to develop domestic AI capabilities independent of foreign providers, ensuring technological self-reliance.

Related:

specification gaming

AI Safety & Ethics
Beginner

When an AI satisfies the literal requirement of its objective but violates the spirit of what was intended.

Related:

speech recognition

AI Applications
Beginner

AI that identifies and processes human speech, converting it to text or commands.

Related:

speech-to-text

Generative AI
Beginner

AI that converts spoken audio into written text. Also known as automatic speech recognition.

Related:

Stable Diffusion

Models & Companies
Beginner

An open-source AI image generation model developed by Stability AI, widely used and modified by the community.

Related:

streaming

Technical
Beginner

Processing data continuously as it flows in, rather than in static batches.

Related:

structured output

Generative AI
Beginner

AI generating responses in specific formats like JSON, tables, or code, rather than free-form text.

Related:

style transfer

Generative AI
Beginner

AI technique that applies the visual style of one image (such as a painting) to the content of another.

Related:

summarisation

NLP
Beginner

AI condensing longer text into shorter versions while retaining the key information.

Related:

super-app

Asia AI Ecosystem
Beginner

A mobile application that combines many services (messaging, payments, shopping, transport) into one platform, common across Asia.

Related:

supervised learning

Machine Learning
Beginner

Training a model on labelled data where both inputs and correct outputs are provided.

Related:

supply chain optimisation

AI Applications
Beginner

Using AI to improve efficiency, reduce costs, and manage risks across the supply chain.

Related:

support vector machine

Machine Learning
Beginner

A classification algorithm that finds the best boundary to separate different categories of data.

Related:

swarm intelligence

Robotics & Embodied AI
Beginner

Coordinated behaviour of many simple agents producing complex collective intelligence, inspired by bees or ants.

Related:

synthetic data

Data & Analytics
Beginner

Artificially generated data used to train AI when real data is scarce, expensive, or contains privacy concerns.

Related:

synthetic media

Generative AI
Beginner

Any media content (text, images, audio, video) that is created or significantly modified by AI.

Related:

system message

Generative AI
Beginner

Instructions provided to an AI model at the start of a conversation that set its behaviour and constraints.

Related:

system prompt

Generative AI
Beginner

Hidden instructions given to an AI model that define its behaviour, personality, and constraints before the user interacts with it.

Related:

task decomposition

Agentic AI
Beginner

Breaking a complex task into smaller, manageable sub-tasks that an AI agent can handle individually.

Related:

taxonomy

AI Core
Beginner

A hierarchical classification system that organises concepts into categories and subcategories.

Related:

technical debt

Technical
Beginner

The accumulated cost of shortcuts or quick fixes in software that will need to be addressed later.

Related:

temperature

Generative AI
Beginner

A setting that controls how creative or random an AI's outputs are. Higher temperature means more varied responses.

Related:

Tencent

Asia AI Ecosystem
Beginner

Chinese technology conglomerate with significant AI research spanning gaming, social media, and enterprise applications.

Related:

text generation

NLP
Beginner

AI producing new text based on a prompt or input, ranging from completing sentences to writing entire articles.

Related:

text-to-image

Generative AI
Beginner

AI models that generate images based on written descriptions or prompts.

Related:

text-to-speech

Generative AI
Beginner

AI that converts written text into natural-sounding spoken audio.

Related:

text-to-video

Generative AI
Beginner

AI systems that generate video content from text descriptions.

Related:

TF-IDF

NLP
Beginner

Term Frequency-Inverse Document Frequency. A method for measuring how important a word is to a document relative to a collection.

Related:

throughput

Infrastructure
Beginner

The amount of data or number of requests an AI system can process in a given time period.

Related:

time series

Data & Analytics
Beginner

Data points collected at regular intervals over time, such as stock prices, weather readings, or sensor data.

Related:

token economics

Business Jargon
Beginner

The cost structure of AI APIs based on the number of tokens processed in inputs and outputs.

Related:

token limit

Technical
Beginner

The maximum number of tokens an API call can process, combining both input and output.

Related:

token window

Generative AI
Beginner

Another term for context window. The maximum number of tokens a model can process in a single interaction.

Related:

tokeniser

Deep Learning
Beginner

Software that breaks text into smaller units (tokens) that an AI model can process. Different models use different tokenisation strategies.

Related:

tokenization

Representations
Beginner

The process of breaking input data (usually text) into smaller units called tokens that an AI model can process.

Related:

tokens

NLP
Beginner

Small chunks of text, such as words or word fragments, that AI language models break text into for processing.

Related:

tool augmented generation

Agentic AI
Beginner

Enhancing AI responses by giving the model access to external tools like calculators, search engines, or databases.

Related:

tool use

Agentic AI
Beginner

An AI model's ability to call external tools, APIs, or software to accomplish tasks beyond text generation.

Related:

top-k sampling

Generative AI
Beginner

A text generation method that limits the AI to choosing from only the K most likely next words.

Related:

top-p sampling

Generative AI
Beginner

Also called nucleus sampling. A method that limits word choices to the smallest set whose combined probability exceeds a threshold P.

Related:

TPU

Infrastructure
Beginner

Tensor Processing Unit. Google's custom chip designed specifically for machine learning workloads.

Related:

training

AI Core
Beginner

The process of teaching an AI model by feeding it data and adjusting its internal settings until it performs well.

Related:

training cost

Infrastructure
Beginner

The one-time expense of training an AI model, which can range from thousands to hundreds of millions of dollars for frontier models.

Related:

transfer learning

AI Core
Beginner

Applying knowledge gained from one task to a different but related task, saving time and data.

Related:

transformer

Deep Learning
Beginner

The neural network architecture behind most modern AI language models. Uses attention mechanisms to process all parts of the input simultaneously.

Related:

trustworthy AI

AI Safety & Ethics
Beginner

AI that is reliable, transparent, fair, and respects privacy, meeting the expectations of its users and society.

Related:

TSMC

Asia AI Ecosystem
Beginner

Taiwan Semiconductor Manufacturing Company. The world's largest contract chip maker, producing most of the world's advanced AI chips.

Related:

Turing test

AI Core
Beginner

A test proposed by Alan Turing where a machine passes if a human cannot distinguish it from another human in conversation.

Related:

underfitting

AI Core
Beginner

When a model is too simple to capture the patterns in the data, performing poorly on both training and new data.

Related:

unsupervised learning

Machine Learning
Beginner

Training a model on unlabelled data to discover hidden patterns or groupings without being told the answers.

Related:

VAE

Deep Learning
Beginner

Variational Autoencoder. An autoencoder that learns a probability distribution over the compressed representation, enabling generation of new data.

Related:

value alignment

AI Safety & Ethics
Beginner

The challenge of ensuring AI systems internalise and act according to human values and preferences.

Related:

vector database

Infrastructure
Beginner

A database optimised for storing and searching high-dimensional numerical representations (embeddings) of data.

Related:

vector search

Infrastructure
Beginner

Finding the most similar items in a database by comparing their numerical representations (vectors).

Related:

version control

Technical
Beginner

Systems for tracking changes to code or documents over time, allowing collaboration and rollback.

Related:

vision transformer

Deep Learning
Beginner

A transformer architecture adapted for processing images by treating image patches as tokens.

Related:

vision-language model

Computer Vision
Beginner

An AI model that can understand both images and text together, answering questions about visual content.

Related:

ViT

Deep Learning
Beginner

Vision Transformer. The original paper and model that successfully applied transformer architecture to image classification.

Related:

vocabulary

Representations
Beginner

The complete set of tokens that an AI language model can recognise and work with.

Related:

voice assistant

AI Core
Beginner

AI software that uses speech recognition and NLP to respond to voice commands, such as Siri or Alexa.

Related:

voice cloning

Generative AI
Beginner

AI that can replicate a specific person's voice from a small audio sample.

Related:

watermark detection

AI Safety & Ethics
Beginner

AI systems that identify hidden markers in content to determine whether it was generated by AI.

Related:

watermarking

Generative AI
Beginner

Embedding invisible or visible markers in AI-generated content to identify its origin and help detect synthetic media.

Related:

weights

AI Core
Beginner

The numerical values inside a neural network that are adjusted during training to improve accuracy.

Related:

Whisper

Models & Companies
Beginner

OpenAI's open-source automatic speech recognition system that can transcribe and translate audio in multiple languages.

Related:

Word2Vec

NLP
Beginner

An early and influential method for creating word embeddings where similar words have similar numerical representations.

Related:

world model

AI Core
Beginner

An AI's internal representation of how the world works, allowing it to predict outcomes and simulate scenarios.

Related:

XAI

AI Safety & Ethics
Beginner

Explainable AI. The field of research focused on making AI systems more transparent and understandable to humans.

Related:

YOLO

Computer Vision
Beginner

You Only Look Once. A fast object detection algorithm that processes an entire image in a single pass.

Related:

zero-shot

Generative AI
Beginner

Asking a model to perform a task it was not specifically trained on, without providing any examples.

Related: