Why Learn AI Terminology
Understanding AI terminology helps you communicate effectively with technical teams, evaluate vendors, and make informed decisions about AI investments. This glossary covers the essential terms every business professional should know.
Core AI Concepts
Artificial Intelligence (AI)
Computer systems designed to perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.
Machine Learning (ML)
A subset of AI where systems learn from data to improve performance without being explicitly programmed. Instead of following rigid rules, ML systems identify patterns and make predictions.
Deep Learning
A type of machine learning using neural networks with many layers (hence "deep"). Particularly effective for complex tasks like image recognition and natural language processing.
Neural Network
A computing system inspired by the human brain, consisting of interconnected nodes (neurons) that process information in layers. The foundation of most modern AI systems.
Algorithm
A set of step-by-step instructions for solving a problem or completing a task. In AI, algorithms define how systems learn from data and make decisions.
Data and Training Terms
Training Data
The dataset used to teach an AI model. The quality and representativeness of training data directly impacts model performance.
Labeled Data
Data that includes both inputs and the correct outputs (labels). Used in supervised learning to teach models the relationship between inputs and desired outcomes.
Unlabeled Data
Raw data without predefined categories or outcomes. Used in unsupervised learning where the system discovers patterns on its own.
Data Preprocessing
The process of cleaning, transforming, and organizing raw data before using it to train AI models. Critical for model performance.
Feature
An individual measurable property or characteristic of the data being analyzed. Features are the inputs that AI models use to make predictions.
Feature Engineering
The process of selecting, creating, or transforming features to improve model performance. Often requires domain expertise.
Types of Machine Learning
Supervised Learning
Training where the model learns from labeled examples. Like learning with a teacher who provides correct answers. Used for classification and prediction tasks.
Unsupervised Learning
Training where the model finds patterns in unlabeled data without guidance. Used for clustering, anomaly detection, and discovering hidden structures.
Reinforcement Learning
Training where an agent learns by interacting with an environment, receiving rewards or penalties for actions. Used in robotics, gaming, and optimization.
Transfer Learning
Applying knowledge learned from one task to a different but related task. Allows models to leverage existing training rather than starting from scratch.
Natural Language Processing (NLP)
Natural Language Processing (NLP)
AI techniques for understanding, interpreting, and generating human language. Powers chatbots, translation, sentiment analysis, and text summarization.
Natural Language Understanding (NLU)
The ability to comprehend the meaning and intent behind text or speech, not just the literal words.
Natural Language Generation (NLG)
The ability to produce human-readable text from data or other inputs. Used in report generation, chatbot responses, and content creation.
Sentiment Analysis
Determining the emotional tone or opinion expressed in text—positive, negative, or neutral. Used for analyzing customer feedback and social media.
Named Entity Recognition (NER)
Identifying and classifying named entities in text, such as people, organizations, locations, and dates.
Intent Recognition
Determining what action a user wants to perform based on their input. Critical for chatbots and virtual assistants.
Large Language Models
Large Language Model (LLM)
AI models trained on vast amounts of text data that can generate, analyze, and understand human language. Examples include GPT-4, Claude, and Gemini.
Prompt
The input text or instructions given to an LLM to generate a response. Prompt design significantly affects output quality.
Prompt Engineering
The practice of crafting effective prompts to get desired outputs from language models. A key skill for working with LLMs.
Fine-tuning
Adapting a pre-trained model to a specific task or domain by training it on additional, specialized data.
Hallucination
When an AI model generates plausible-sounding but factually incorrect or fabricated information. A known limitation of current LLMs.
Context Window
The maximum amount of text an LLM can process at once. Larger context windows allow for longer conversations and documents.
Computer Vision
Computer Vision
AI techniques for interpreting and understanding visual information from images and videos.
Image Classification
Categorizing images into predefined classes. For example, identifying whether an image contains a cat or dog.
Object Detection
Identifying and locating multiple objects within an image, including their positions and boundaries.
Optical Character Recognition (OCR)
Converting images of text (handwritten or printed) into machine-readable text.
Model Evaluation
Accuracy
The percentage of correct predictions made by a model. A basic measure of model performance.
Precision
Of all positive predictions, what percentage were actually correct. Important when false positives are costly.
Recall
Of all actual positives, what percentage did the model correctly identify. Important when missing positives is costly.
F1 Score
The harmonic mean of precision and recall, providing a balanced measure of model performance.
Overfitting
When a model performs well on training data but poorly on new, unseen data. The model has memorized rather than learned generalizable patterns.
Underfitting
When a model is too simple to capture the underlying patterns in the data, performing poorly on both training and new data.
Deployment and Operations
Inference
Using a trained model to make predictions on new data. The operational phase after training is complete.
Model Serving
Making a trained model available to applications, typically through an API that accepts inputs and returns predictions.
MLOps (Machine Learning Operations)
Practices for deploying, monitoring, and maintaining machine learning models in production environments.
Model Drift
When a model's performance degrades over time because the real-world data has changed from what it was trained on.
Edge AI
Running AI models directly on devices (phones, sensors, cameras) rather than in the cloud. Enables faster responses and works offline.
Ethics and Governance
Bias
Systematic errors in AI outputs that unfairly favor or disadvantage certain groups. Can originate from training data, algorithm design, or deployment context.
Explainability
The ability to understand and explain how an AI system reaches its decisions. Critical for high-stakes applications.
AI Governance
Policies, procedures, and oversight mechanisms for responsible AI development and deployment within an organization.
Responsible AI
Developing and deploying AI systems that are fair, transparent, accountable, and respect privacy and human rights.
Using This Glossary
Bookmark this page for reference when:
- Reading about AI solutions and evaluating vendors
- Communicating with technical teams
- Reviewing AI project proposals
- Understanding AI capabilities for your business
As you encounter new terms, this foundation will help you quickly grasp new concepts and their business implications.
Next Steps
For deeper learning, see Google's Machine Learning Glossary and AWS Machine Learning Terminology.
Ready to apply these concepts to your business?
- Explore our AI Strategy Consulting services for guidance
- Contact us to discuss your AI learning journey
Ready to Get Started?
Put this knowledge into action. Our strategy consulting can help you implement these strategies for your business.
Was this article helpful?