Business and IT Glossary  > Deep Learning

Deep Learning

Deep learning, also known as hierarchical learning, is a form of machine learning that applies multiple levels or layers of similar structures to successively refine its analysis of an input signal in an attempt to find a solution or discover a pattern.

The most common structure of choice is a model of a neural network, where the first layer identifies the most abstract features of the relevant signal, which are passed to the next layer for further refinement. For example, a deep learning application for image recognition may have a layer that identifies outlines within a video frame, which are passed to a layer to identify features within the outlines, and successive layers identify further details until a specific class or type of object is found (cat, person, backpack, etc.).

Deep learning algorithms can generally process elements of large data sets in parallel, which is driving the rapid adoption of graphics processing units (GPUs) as key components of modern deep learning hardware architectures. This is adding hundreds or thousands of cores for parallel processing via GPUs, and is far less expensive and more energy efficient than adding cores via additional CPUs.