Term Library / Concept card
What is deep learning? Plain-English meaning
Deep learning is a type of machine learning where computer systems learn to perform tasks by using many layers of simple calculations to find patterns in large amounts of data.
Back to Term LibraryBrowse Articles
Path: /term/deep-learning
Definition
Deep learning is a type of machine learning where computer systems learn to perform tasks by using many layers of simple calculations to find patterns in large amounts of data.
Also seen as: deep neural network learning, deep structured learning
- Library
- Part of the Term Library
- Format
- Concept card
- Last updated
- September 7, 2026
- Sources and further reading
- 4
- Related articles
- 5
Plain-English explanation
Deep learning is a branch of artificial intelligence that uses artificial neural networks with many layers. Each layer transforms the input data slightly, and together they can learn complex patterns. For example, in image recognition, early layers detect edges, middle layers detect shapes, and later layers identify objects. This layered approach allows the system to learn from examples rather than following hand-coded rules. It is called 'deep' because there are many layers, not because it understands deeply in a human sense. The system adjusts internal parameters during training to reduce errors on known examples, and then it can apply what it learned to new, unseen data.
Why it matters
Deep learning powers many everyday technologies, such as voice assistants, photo tagging, language translation, and recommendation systems. Understanding it helps you make sense of how these tools work and why they can sometimes make mistakes. It also clarifies the difference between simple automated rules and systems that learn from data, which is useful for evaluating claims about AI.
Concrete example
A common example is a photo app that automatically groups pictures of the same person. The app uses deep learning trained on many labeled photos of faces. It learns to recognize facial features like eyes, nose, and mouth, and then groups new photos based on those features. Even if the person changes hairstyle or lighting, the system can still identify them because it has learned robust patterns.
Often confused with
People often confuse deep learning with machine learning or with artificial intelligence in general. Machine learning is a broader category that includes many techniques, while deep learning is a specific subset that uses multi-layered neural networks. Artificial intelligence is the overall field of creating machines that perform tasks that normally require human intelligence. Not all machine learning is deep learning, and not all AI uses deep learning.
Short definition: Deep learning is a type of machine learning where computer systems learn to perform tasks by using many layers of simple calculations to find patterns in large amounts of data.
Plain-English explanation
Deep learning is a branch of artificial intelligence that uses artificial neural networks with many layers. Each layer transforms the input data slightly, and together they can learn complex patterns. For example, in image recognition, early layers detect edges, middle layers detect shapes, and later layers identify objects. This layered approach allows the system to learn from examples rather than following hand-coded rules. It is called 'deep' because there are many layers, not because it understands deeply in a human sense. The system adjusts internal parameters during training to reduce errors on known examples, and then it can apply what it learned to new, unseen data.
Why it matters
Deep learning powers many everyday technologies, such as voice assistants, photo tagging, language translation, and recommendation systems. Understanding it helps you make sense of how these tools work and why they can sometimes make mistakes. It also clarifies the difference between simple automated rules and systems that learn from data, which is useful for evaluating claims about AI.
Concrete example
A common example is a photo app that automatically groups pictures of the same person. The app uses deep learning trained on many labeled photos of faces. It learns to recognize facial features like eyes, nose, and mouth, and then groups new photos based on those features. Even if the person changes hairstyle or lighting, the system can still identify them because it has learned robust patterns.
Common confusion
People often confuse deep learning with machine learning or with artificial intelligence in general. Machine learning is a broader category that includes many techniques, while deep learning is a specific subset that uses multi-layered neural networks. Artificial intelligence is the overall field of creating machines that perform tasks that normally require human intelligence. Not all machine learning is deep learning, and not all AI uses deep learning.
Related terms
machine learning, neural network, artificial intelligence, training data, inference
Practical tips
Array
Common questions
Array
Key takeaways
Array
Step by step
Array
More context
Deep learning's foundations include the perceptron from the 1950s and backpropagation algorithm popularized in the 1980s, but it exploded after 2012 with AlexNet's success in ImageNet. The field relies on large-scale parallel computing, especially GPUs, and open-source frameworks like TensorFlow and PyTorch. Recent advances include attention mechanisms and generative models, enabling applications like text generation and image synthesis.
Sources and further reading
- What is DNS?DNS translates domain names into machine-readable IP addresses.
- What is encryption?Encryption conceals information by transforming it so it appears random without the key.
- What is HTTPS?HTTPS encrypts the connection between a browser and a website using TLS and certificates.
- What is an SSL certificate?SSL certificates verify website identity and enable encrypted HTTPS connections.