Deep Learning
Deep Learning
The wiki’s working definition of deep learning comes from Robert Pottroff, who frames it as a function-approximator over examples — a system that learns to map inputs to outputs by fitting to data rather than being explicitly programmed. The mechanism reduces to a few fundamental operations (matrix-vector multiplication being the key one), accelerated by purpose-built hardware. This is a first-principles, demystifying account: the “intelligence” is approximation at scale, built on linear algebra and made practical by specialized compute.
Context: Deep learning is a branch of machine learning using multi-layer neural networks; the matrix-multiplication-heavy workload it describes is exactly why GPUs and later dedicated accelerators (TPUs and similar) drove the field’s progress through the 2010s and 2020s.
Where this appears
- Robert Pottroff — frames deep learning as a function-approximator over examples built on a few fundamental operations (notably matrix-vector multiplication), accelerated by purpose-built hardware