AI, Machine Learning and Deep Learning
AI, machine learning and deep learning are related, but they are not interchangeable. Think of them as nested layers: deep learning is one approach within machine learning, and machine learning is one approach within the wider field of AI.

Learning objectives
What you will be able to do
- Explain ai, machine learning and deep learning accurately in your own words.
- Recognise how the concept appears in real AI products and professional work.
- Identify an important limitation, risk or evaluation requirement.
- Apply the concept through a practical activity and knowledge check.
Core explanation
Build the right mental model
Artificial intelligence is the broad goal of creating systems that perform intelligent tasks. Some AI systems use hand-written rules. Machine learning instead allows a system to learn useful patterns from data rather than programming every decision explicitly.
Deep learning uses neural networks with many processing layers. It became especially important for images, speech, language and other problems where useful features are difficult to specify manually. Large language models are deep-learning systems trained to predict and generate sequences of tokens.
The best method is not automatically the newest one. A clear rule or simple statistical model may be cheaper, more transparent and more reliable than a large neural network.
AI
The broad discipline and objective: machines performing tasks associated with intelligence.
Machine learning
Algorithms improve task performance by finding patterns in data.
Deep learning
Machine learning based on multi-layer neural networks.
Generative AI
Models that create new text, images, audio, video, code or other content.
Detecting network intrusions
Fixed firewall rules block known patterns; a machine-learning model detects unusual behaviour; a deep network may analyse complex traffic sequences.
Apply your learning
Practical activity
- Draw three nested circles labelled AI, machine learning and deep learning.
- Place rule-based chess, spam classification, image recognition and an LLM in the appropriate areas.
- Explain your choices in one sentence each.
Write your answers in a learning journal. The value comes from connecting the concept to your own profession.
Knowledge check
Test your understanding
Q1Is every AI system a machine-learning system?
Answer: No. Rule-based expert systems are AI but may not learn from data.
Q2Why not use deep learning for every problem?
Answer: It can require more data, computing, cost and specialist evaluation while being harder to explain.
If you cannot explain the answer without reading it, revisit the core explanation and example before continuing.
Continue with authoritative sources
Important industry resources
These links lead to official organisations, industry laboratories or established open-source learning projects.