Glossary
Deep learning
Deep learning stacks many layers of simple calculations, and the reason it changed everything is that the depth removed the need for an expert to describe what the system should look for.
In plain terms
Learning from examples using many layers rather than a few. The change that mattered was not accuracy but effort: earlier systems needed an expert to describe what to look for, and this needs an enormous number of examples instead. Expertise was traded for scale, which is why the field ended up where it did.
Why it matters
Because it explains the appetite for data and hardware that otherwise looks like extravagance. These systems need so much material precisely because nobody is telling them what matters, and that absence of instruction is exactly what lets them work on problems where nobody could have articulated what mattered in the first place.
How it works
The layers build meaning up in stages, from simple local patterns to composite ones, and nothing at any stage was designed by a person. Early layers respond to edges or to word fragments, later ones to shapes or to phrases, and the useful behaviour appears several levels up as a consequence of the arrangement rather than of anybody's specification.
What it replaced was the most skilled part of the older approach. Building a system used to mean an expert deciding which measurable properties of the input were relevant, encoding those, and hoping the choice was right; the depth removes that step by letting the system arrive at its own, which is why the results surpassed decades of careful hand-designed work in a few years.
The trade is that scale becomes the requirement. Nobody is telling it what to attend to, so it needs enough examples to work that out for itself, which is why the material and the hardware costs are what they are and why this approach was impractical until both became abundant.
It is a family within a larger field rather than a synonym for it. A great deal of the machine learning running inside businesses uses shallower, older, cheaper approaches over structured data, and reaching for the deep version of a problem that a simpler method solves is a common and expensive habit.
The bargain that changed the field
Seen in the wild
The hub at the centre of open machine learning, where the models, datasets and shared tooling of this approach are published together.
Hugging FaceAn open image family whose weights are downloaded and modified locally, built on this approach and adaptable because of it.
Stable DiffusionA local runner where the hardware demands of this approach become concrete: model size and speed follow the machine you have.
Ollama
Common misconceptions
People assume
Deep means more sophisticated reasoning.
In fact
It means more layers. The word describes the arrangement rather than any quality of thought, and the practical consequence of the depth is that patterns are built up in stages without anybody specifying them, which is a change in how systems are built rather than in what they understand.
People assume
It is the only kind worth using now.
In fact
Most machine learning inside a business is not this, and should not be. Forecasting, scoring and ranking over structured data are handled better by shallower methods that are cheaper, faster, easier to evaluate and far easier to explain when somebody asks why a decision went the way it did.
Telling them apart
Deep learning vs Machine learning
Deep learning
One family: many layers, features learnt rather than designed.
The whole field of learning from examples.
The narrower term carries the specific bargain, which is that expert-designed features were traded for a great deal more data.
Questions
- What did the depth actually buy?
- Freedom from having to say what matters. Earlier approaches needed an expert to decide which properties of the input were relevant and encode them, which capped everything at what somebody could articulate. Removing that step is why problems that resisted decades of careful work gave way quickly once the data and hardware existed.
- Why does it need so much material?
- Because nothing is telling it what to attend to. The examples have to carry all the information that an expert would previously have supplied, so the quantity required rose sharply at exactly the moment the human effort fell. That is the trade, and it is the whole reason the economics look as they do.
- Should we always reach for it?
- No, and the habit of doing so is expensive. A well-understood shallower method over your own structured data is usually cheaper, faster and far more explicable, and for prediction over tabular business data it is frequently more accurate as well. Reserve the deep approach for problems where nobody could specify what matters.
Key takeaways
- The depth removed the need for an expert to say what to look for.
- Scale replaced that expertise, which is why the data appetite is what it is.
- Deep describes the arrangement, not the sophistication of any reasoning.
- Most machine learning in a business is not this, and should not be.
Tools that use this
- Hugging Face
Models, datasets and shared tooling published together.
- Stable Diffusion
Open weights built on this approach and adaptable because of it.
- Ollama
Where the hardware demands become concrete on your own machine.
Last checked July 2026