Skip to main content

AI Terminology: A Comprehensive Guide

K
Written by Kay Chen

This article provides definitions and context for commonly used terms in Artificial Intelligence (AI), Machine Learning (ML), and related fields. It is designed to help teams understand key concepts and communicate effectively when working with AI technologies.

Core AI Concepts

  • Artificial Intelligence (AI)
    The simulation of human intelligence in machines that are programmed to think and learn.

  • Machine Learning (ML)
    A subset of AI that enables systems to learn from data and improve performance without being explicitly programmed.

  • Deep Learning
    A type of ML based on neural networks with many layers, used for tasks like image recognition and natural language processing.

  • Neural Network
    A computational model inspired by the human brain, consisting of interconnected nodes (neurons) that process data.

  • Natural Language Processing (NLP)
    A field of AI focused on the interaction between computers and human language, including understanding, interpreting, and generating text.

  • Computer Vision
    The ability of machines to interpret and make decisions based on visual data (images, videos).

Model Development & Training

  • Training Data
    The dataset used to teach an AI model how to perform a task.

  • Validation Data
    A separate dataset used to tune model parameters and prevent overfitting.

  • Test Data
    Data used to evaluate the final performance of a trained model.

  • Overfitting
    When a model learns the training data too well, including noise, and performs poorly on new data.

  • Underfitting
    When a model is too simple to capture the underlying patterns in the data.

  • Epoch
    One complete pass through the entire training dataset.

  • Gradient Descent
    An optimization algorithm used to minimize the error in a model by adjusting weights.

Model Types & Architectures

  • Generative AI
    AI models that can create new content, such as text, images, or music (e.g., GPT, DALL·E).

  • Transformer
    A neural network architecture that uses attention mechanisms to process sequential data efficiently (e.g., BERT, GPT).

  • Large Language Model (LLM)
    A type of transformer-based model trained on massive text datasets to understand and generate human-like language.

  • Convolutional Neural Network (CNN)
    A neural network architecture commonly used for image processing.

  • Recurrent Neural Network (RNN)
    A neural network designed for sequential data, such as time series or language.

AI Operations & Deployment

  • Inference
    The process of using a trained model to make predictions on new data.

  • Latency
    The time it takes for a model to return a prediction after receiving input.

  • Model Drift
    When a model’s performance degrades over time due to changes in data patterns.

  • Retraining
    Updating a model with new data to maintain or improve performance.

  • Edge AI
    Running AI models on devices locally (e.g., smartphones, IoT devices) rather than in the cloud.

Ethics & Governance

  • Bias
    Systematic errors in AI predictions due to prejudiced training data or flawed model design.

  • Explainability
    The ability to understand and interpret how an AI model makes decisions.

  • Fairness
    Ensuring AI systems do not discriminate against individuals or groups.

  • Transparency
    Making AI systems and their decision-making processes understandable to stakeholders.

  • Responsible AI
    The practice of designing, developing, and deploying AI systems in a way that is ethical, accountable, and aligned with human values.

Common Acronyms

Acronym

Meaning

AI

Artificial Intelligence

ML

Machine Learning

DL

Deep Learning

NLP

Natural Language Processing

CV

Computer Vision

LLM

Large Language Model

CNN

Convolutional Neural Network

RNN

Recurrent Neural Network

API

Application Programming Interface

GPU

Graphics Processing Unit

Did this answer your question?