home/dictionary/Deep Learning

Deep Learning

nouncandidate·updated May 13, 2026

No definition recorded.

Framework senses

Glossary1 senseview framework →
§1
A form of machine learning that uses neural networks with several layers of "neurons": simple interconnected processing units that interact.
Introduction1 senseview framework →
§1
[an approach to AI that allows] computers to learn from experience and understand the world in terms of a hierarchy of concepts, with each concept defined through its relation to simpler concepts. By gathering knowledge from experience, this approach avoids the need for human operators to formally specify all the knowledge that the computer needs. The hierarchy of concepts enables the computer to learn complicated concepts by building them out of simpler ones. If we draw a graph showing how these concepts are built on top of each other, the graph is deep, with many layers.
Russell_and_Norvig1 senseview framework →
§1
Deep learning is a broad family of techniques for machine learning in which hypotheses take the form of complex algebraic circuits with tunable connection strengths. The word “deep” refers to the fact that the circuits are typically organized into many layers, which means that computation paths from inputs to outputs have many steps. Deep learning is currently the most widely used approach for applications such as visual object recognition, machine translation, speech recognition, speech synthesis, and image synthesis; it also plays a significant role in reinforcement learning applications.