|
recaplica
Machine learning: what it is and how a machine learns |
| © 2026 Recaplica · recaplica.com — All rights reserved |
Machine learning: what it is and how a machine learnsWhat to print Page numbers appear when printing with default margins. SlidesChoose a cut Flash10 slidesThe essential thread, to present in classFull16 slidesEvery chapter and the deeper detailBoth come with speaker notes. In 30 seconds quick readMachine learning is the branch of artificial intelligence in which a piece of software, called a model, learns from data instead of following hand-written rules. Show it thousands of examples and it finds the patterns linking question and answer on its own: that's how it spots spam, recommends films, estimates prices. It's the technology behind almost all the AI you use daily. Key Points
Key figures
Deep DiveThe reversal: examples instead of rulesFor decades, programming meant one thing: writing rules. If the email contains this word, flag it as spam; if the customer spends above this amount, apply the discount. It works as long as the rules can be written. But try writing the rules for recognizing a cat in a photo: pointy ears? So do foxes. Fur? Not sphynx cats. You give up fast. Machine learning flips the table: instead of writing rules, you show the software thousands of examples (photos labeled “cat” or “not cat”) and let it dig out the patterns. The result of that studying is called a model. As Google puts it, ML is “training a piece of software, called a model, to make useful predictions or generate content from data”. The idea has a precise birthday: in 1959 Arthur Samuel, at IBM, coined the term while describing his program that got better at checkers game after game, eventually beating skilled players. The three ways of learning (plus one)Supervised: studying from solved examsThe most common method: every example comes with the right answer attached. A thousand emails labeled “spam” or “not spam”, ten thousand houses with their sale price. The model learns the relationship between input and answer, like a student preparing from past years’ solved exams. The two classic applications: regression (predicting a number, like a house price) and classification (picking a category, like spam or not). Unsupervised: finding order without instructionsHere the examples carry no labels. The model receives raw data and hunts for structure and similarity on its own: clustering groups customers with similar habits without anyone defining the groups in advance. Making sense of what emerges is then a human job. Reinforcement: learning by failingThe system acts in an environment and collects rewards or penalties: winning move, point; losing move, punishment. Attempt after attempt, it refines its strategy. That’s how AlphaGo learned to beat human Go champions, and how robots get trained. And generative?Systems that create content — text, images, code — are the newest family: we covered them in the article on generative AI. Under the hood it’s still machine learning, at giant scale.
Where the method shines, and where it strainsMachine learning excels where rules are impossible to write: recognizing faces and voices, translating, estimating risk. But everything hinges on its raw material: a model is only as good as its data. Skewed or dirty examples produce skewed and dirty predictions, and a bias present in the data gets learned with the same diligence as any other pattern. There’s also a more fundamental limit: the model detects correlations, it doesn’t grasp causes. When the world changes (new habits, new spammer tricks), the learned patterns age and predictions decay, until someone retrains it on fresh data. How a machine actually “adjusts its parameters” while studying is the story of neural networks — the mathematical engine behind deep learning. And all of it, at bottom, remains what computing has always been: an algorithm grinding through well-defined steps — except this time, the steps were written by the training. Slide deckSlides ready to download and make your own in PowerPoint or Google Slides, with speaker notes. Pick the Flash cut or the Full one. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Common myths
Mind mapDrag the background to move around and the nodes to reposition them; use − and + to collapse and expand branches.
Quiz: test yourselfAnswer the questions to check what you have learned: you get instant feedback and a short explanation. Grade 0/10 0/5
FlashcardsTap the card to flip it and check whether you remember the answer, then move to the next one. 1 / 7 Explain it in your own wordsThe ultimate test: if you can explain it in simple words, you've truly understood it. Write your explanation, then compare it with the Recap. Your explanation is saved only on this device.
Frequently asked questionsWhere do I meet machine learning every day?The spam filter, film and music recommendations, your phone's face recognition, machine translation, the navigation app's traffic predictions, dynamic flight prices. Almost all everyday AI is machine learning at work. What's the difference between machine learning and deep learning?Deep learning is machine learning done with deep neural networks — many layers: the subfamily that made image recognition, speech and large language models possible. All deep learning is ML, not the other way around. What does 'training' a model mean?Having it process the examples while gradually adjusting its internal parameters until its predictions get close to the correct answers. Once trained, the model is used on data it has never seen: that's where you find out whether it truly learned. Can a model fail after training?Absolutely, in two typical ways: if it memorized the examples instead of generalizing (overfitting), or if the real world drifted away from the data it studied. That's why models are evaluated on test data and retrained over time. Every Recap goes through an independent review before publication. |














