Go to main content Go to main navigation Go to footer
Back to overview

What is machine learning?

Machine learning is a form of AI in which a system learns from data rather than being explicitly programmed. It recognizes patterns in examples and uses them to make predictions or decisions about new data. The more and better the data, the better the model. Machine learning is the foundation of many modern AI applications.

Mans Booijink - Operations Manager bij Cube - Oldenzaal
Author Operations Manager
Reading time
3 min

What machine learning is.

Traditional software operates based on rules written by humans: if this, then that. Machine learning turns that on its head. Instead of coming up with the rules, you give the system examples and let it discover the patterns on its own. Show a model thousands of photos labeled “cat” or “not a cat,” and it learns on its own what characteristics distinguish a cat. That’s what makes machine learning so powerful for problems that are too complex or too variable to be captured in rules. Detecting spam, identifying fraud, predicting demand—these are all tasks where the patterns are too subtle to be written out by hand.

More on machine learning at Cube

How machine learning works.

It all comes down to three things: data, a model, and training. You feed the model examples (the training data); the model adapts itself step by step to better recognize patterns; and then you can apply it to new data. The quality of the output depends entirely on the quality of the data. Poor or biased data results in a poor or biased model—the well-known “garbage in, garbage out.” That’s why organized data management is a prerequisite for meaningful machine learning. Fragmented, contaminated data leads to unreliable models.

Types of machine learning.

Roughly three. In supervised learning, the model learns from labeled examples (input plus the correct answer). In unsupervised learning, it searches for structure in unlabeled data on its own, for example, to cluster customers into groups. In reinforcement learning, the model learns through rewards and punishments, such as a system that teaches itself to play a game. Large language models are an advanced application of these principles, trained on enormous amounts of text. Machine learning is therefore the broader technology on which much of today’s AI is based.

Examples.

You use machine learning more often than you think. Recommendations in online stores and streaming services, fraud detection in payments, spam filters, predictive maintenance for machinery, image recognition in medical scans—these are all examples of a model learning from historical data to draw conclusions about new data. For most organizations, the value doesn’t start with building a model from scratch, but with the smart application of existing techniques to their own data. Where this makes sense depends on the process and data availability, and that varies from situation to situation.

Wondering how you can use machine learning for your organization? So are we.

Mans Booijink - Operations Manager bij Cube - Oldenzaal
Mans Operations Manager

Worth reading next...

Questions about machine learning? No problem.

AI is the umbrella term for systems that perform tasks that normally require human intelligence. Machine learning is a subset of AI, in which systems learn from data rather than being programmed with rules. All machine learning is AI, but not all AI is machine learning.

Above all, data (good data). Also, a model that’s suited to the problem, computing power for training, and the expertise to set it up and evaluate it. The biggest pitfall isn’t the technology, but insufficient or corrupted data. A well-organized data management system is essential.

Recommendations in online stores, payment fraud detection, spam filters, predictive maintenance for machines, and image recognition in scans. In each case, a model learns from historical data to predict or recognize something in new data.