Artificial Intelligence (AI) & Machine Learning (ML)

AI, Machine Learning, Deep Learning and Generative AI: A Plain English Guide
You hear these four terms everywhere. AI, Machine Learning, Deep Learning, Generative AI. People use them as if they mean the same thing. They do not. The good news is that the relationship between them is simple: they fit inside each other like Russian dolls. AI is the biggest doll. Machine Learning sits inside it. Deep Learning sits inside Machine Learning. Generative AI, the newest and most famous layer, sits right at the centre.

Here is the whole story in one picture. Everything else in this article just explains this map.

AI ML DL Generative AI Map
AI ML DL Generative AI Map

The four layers of AI, with things you use every day placed where they belong.

Layer 1: Artificial Intelligence, the big idea
AI is simply the goal of making machines do things that normally need a human brain. Understanding language, recognising a face, making a decision. How the machine does it does not matter. Even a program running entirely on rules written by humans counts as AI.

You have used this kind of AI for years without noticing. Tax software that applies fixed rules like “if income is above this amount, charge that rate”. A washing machine’s smart mode adjusting water to the load. An old chess computer from the 1990s. Google Maps calculating your fastest route. These are often called rule-based systems or expert systems, and the academic name for the whole rule-writing approach is symbolic AI. No learning happens here. A human wrote every single rule.

Layer 2: Machine Learning, when machines start learning
Machine Learning flips the approach. Instead of writing rules, you show the machine thousands of examples and it works out the patterns itself. The classic case is your spam filter. Feed it examples of spam and genuine emails, and it learns to tell them apart on its own, without anyone programming a rule for each new email.

ML learns in three main ways, and each has a simple everyday face. Supervised learning uses labelled examples, like the spam filter above. Unsupervised learning finds hidden groups on its own, like an online shop discovering it has “bargain hunters” and “premium buyers” without being told. Reinforcement learning learns by trial, error and rewards, the way a dog learns tricks for treats.

Other daily examples: Netflix suggesting your next show, the Instagram and TikTok “For You” feed, your bank’s credit score model, and Swiggy or Zomato estimating your delivery time.

Not every ML is Deep Learning
This is the point most people miss. Plenty of ML uses simple techniques with no brain-like networks at all. When your bank blocks a suspicious card swipe, it often uses a decision tree, basic rules learned from past fraud like “card used in two countries within one hour, flag it”. A classic spam filter mostly counts words. “Customers who bought this also bought that” is simple pattern matching on purchase history. All of these learn from data, so they are ML. None of them needs deep learning.

Layer 3: Deep Learning, the brain-inspired upgrade
Deep Learning is one specific ML technique. It uses neural networks, layers of maths loosely inspired by how brain cells connect. These layers let machines handle messy, complicated things like photos and speech that simple techniques struggle with.

It is behind Face Unlock on your phone, Snapchat lenses, Google Photos finding all pictures of your dog, Alexa and Google Assistant understanding your voice, Google Translate reading a signboard through your camera, hospital tools spotting a fracture in an X-ray, and self-driving Teslas detecting pedestrians. Inside this layer you will hear technical names like CNN (the network type built for images), RNN (an older type for speech) and transformers, the 2017 invention that is the T in ChatGPT.

Not every Deep Learning is Generative AI
Here is a simple test. If the system’s answer is a label, a yes or no, or a prediction, it is plain deep learning. Face Unlock only answers one question: is this the owner? An X-ray tool only points at what already exists. If the answer is a brand new thing, a paragraph, an image, a song, then and only then it is generative AI. Deep learning recognises. Generative AI creates.

Layer 4: Generative AI, machines that create
Generative AI uses those same deep neural networks, but instead of sorting or predicting, it makes new content. ChatGPT, Claude and Gemini writing your email are LLMs, large language models trained on massive amounts of text. Midjourney and DALL-E turning a sentence into a picture use a technique called diffusion. Sora makes video. GitHub Copilot writes computer code. You may also hear “foundation models”, which just means huge models trained once and reused for many tasks.

The newest buzzword, AI agents or agentic AI, sits here too. An agent is generative AI that does not just answer but takes action, like booking a ticket or browsing the web for you. Think of it as GenAI with hands.

Words that do not fit in any single ring
Four famous terms are deliberately left off the map. NLP (natural language processing) covers anything involving language, computer vision covers anything involving images, and robotics adds a physical body. These are fields defined by the problem, not the technique, so they cut across all the rings. Old NLP was rule-based, modern NLP is deep learning. And AGI, artificial general intelligence, a machine as broadly capable as a human, does not exist yet. It is a destination, not a category.

The one line to remember
The four rings answer four questions in order. Can a machine act smart? That is AI. Can it learn from data? That is ML. Can it learn hard things like faces and speech using brain-like networks? That is Deep Learning. Can those networks create something new? That is Generative AI. Next time someone drops a buzzword, ask which question it answers, and you will know exactly where it belongs.

Interview Dr. Ekaterina Abramova on AI, Regulation, and Global Infrastructure

 

AI Summit London 2026: Key Takeaways, Trends & Big Announcements

Sources and further reading
IBM, What is artificial intelligence: https://www.ibm.com/think/topics/artificial-intelligence
Google Cloud, What is artificial intelligence: https://cloud.google.com/learn/what-is-artificial-intelligence