Skip to main content
BVDNETBVDNET
ServicesWorkLibraryAboutPricingBlogContact
Contact
  1. Home
  2. AI Woordenboek
  3. Core Concepts
  4. What is Machine Learning (ML)?
book-openCore Concepts
Beginner
2026-W17

What is Machine Learning (ML)?

Machine learning is a branch of AI where systems learn patterns from data to improve at a task without being explicitly programmed.

Also known as:
ML
machinaal leren
AI Intel Pipeline
What is Machine Learning (ML)?

What is Machine Learning?

Machine learning (ML) is a subset of artificial intelligence in which systems learn patterns from data and improve their performance on a task without being explicitly programmed with rules for that task.

Why It Matters

Machine learning is the engine behind virtually every modern AI application — from recommendation systems on Netflix to fraud detection in banking to the language models powering ChatGPT. Understanding ML is essential because it's the parent discipline of deep learning, large language models, and most techniques discussed in this dictionary.

How It Works

A machine learning system follows a general cycle:

  1. Data collection — gather labeled or unlabeled examples.
  2. Feature extraction — identify measurable properties in the data (or let the model learn them automatically in deep learning).
  3. Model training — an algorithm adjusts internal parameters to minimize error on the training data.
  4. Evaluation — test the model on unseen data to measure performance.
  5. Deployment — serve the model to make predictions on new inputs (inference).

ML approaches fall into three main paradigms:

  • Supervised learning — learn from labeled examples (input → known output).
  • Unsupervised learning — discover structure in unlabeled data.
  • Reinforcement learning — learn by trial and error with a reward signal.

Example

An email spam filter is a classic ML application. The system is trained on thousands of emails labeled "spam" or "not spam." It learns patterns (certain words, sender patterns, link structures) and can then classify new incoming emails automatically — without a programmer writing rules for every type of spam.

Sources

  1. Google Machine Learning Crash Course
  2. MIT – Introduction to Machine Learning

Need help implementing AI?

I can help you apply this concept to your business.

Get in touch

Related Concepts

Tokenizer
A tokenizer converts raw text into tokens — the discrete units a language model processes — using subword algorithms like BPE or SentencePiece.
Artificial Intelligence (AI)
Artificial intelligence is the field of computer science that builds systems capable of performing tasks normally requiring human intelligence, such as learning, reasoning, and perception.
Batch Size
Batch size (examples per update) and learning rate (step size for weight updates) are the two most important hyperparameters controlling how neural networks train.
Benchmark (AI Evaluation)
A benchmark is a standardized test used to measure and compare AI model performance, providing reproducible scores across tasks like reasoning, coding, and knowledge.

AI Consulting

Need help understanding or implementing this concept?

Talk to an expert
Previous

Loss Function

Next

Magnifica Humanitas

BVDNETBVDNET

Web development and AI automation. Done properly.

Company

  • About
  • Contact
  • FAQ

Resources

  • Services
  • Work
  • Library
  • Blog
  • Pricing

Connect

  • LinkedIn
  • Email

© 2026 BVDNET. All rights reserved.

Privacy Policy•Terms of Service•Cookie Policy