Deep Learning from Scratch (Part 4) – History 2

The Hardware Finally Caught Up With the Ideas

By the mid-1980s, neural networks had already existed for decades.

The problem wasn’t a lack of ideas. It was figuring out how to train larger networks effectively.

In 1986, David E. Rumelhart, together with Geoffrey Hinton and Ronald Williams, published the now-famous paper that popularized the backpropagation algorithm. While the underlying concepts had appeared earlier in different forms, their work demonstrated that multilayer neural networks could finally be trained efficiently in practice.

Backpropagation solved one of the biggest limitations that had held neural networks back. Instead of treating every layer independently, the algorithm propagated prediction errors backward through the network, allowing each layer to gradually adjust its parameters. Models with multiple hidden layers were no longer just theoretical ideas, they became trainable.

Diagram of a neural network showing input, hidden, and output layers with backpropagation.
Illustration of a neural network with input, hidden, and output layers demonstrating forward pass and backpropagation process.

That breakthrough reopened interest in neural networks, but another obstacle quickly became obvious.

The algorithms were improving much faster than the hardware.

Training even relatively small networks could take an impractical amount of time, and the available datasets were still limited. The ideas were finally working, but computers hadn’t quite caught up yet.

The late 1990s and early 2000s quietly changed what deep learning could actually do. Researchers started building models designed for specific types of data instead of treating every problem the same way.

For sequential information like language or time series, architectures such as RNNs and later LSTMs became popular because they could preserve information across sequences. Early versions of systems like Google Translate relied heavily on these models before transformers became the standard.  

Comparison of RNN and LSTM architectures for sequence processing.
Illustration comparing RNN and LSTM models for sequence learning in deep learning.

For images, Yann LeCun’s LeNet demonstrated that neural networks could successfully recognize handwritten digits, laying the foundation for modern computer vision.  

Diagram of LeNet architecture for digit recognition with layers and features.
Illustration of LeNet architecture.

But perhaps the biggest turning point wasn’t a new algorithm. It was hardware.

Around 2009, researchers, including Andrew Ng began demonstrating how GPUs could dramatically accelerate neural network training. Ideas that once took impractical amounts of time suddenly became realistic.  

Three years later, AlexNet won the 2012 ImageNet competition by a significant margin. The model wasn’t just more accurate. It showed what became possible when deep neural networks, large datasets, and GPUs finally came together. Two NVIDIA GTX 580 GPUs helped train the network in parallel, something that seems modest today but was transformative at the time.  

After that, progress accelerated.

Generative Adversarial Networks (GANs) made realistic image generation possible.

AlphaGo defeated one of the world’s strongest Go players.

Transformers reshaped natural language processing.

Models like BERT and GPT pushed language generation into mainstream products.

DeepMind’s AlphaFold solved one of biology’s longstanding protein folding problems.

Discussions about AI ethics became impossible to ignore.  

Timeline of key AI milestones from 1997 to 2021 with models and techniques.
A timeline showcasing major milestones in modern AI, including deep learning, neural networks, and transformer models.

Looking back, modern deep learning doesn’t feel like a single invention. It feels more like several missing pieces finally arriving at roughly the same time. The ideas were already there. The data grew. The hardware improved. The software ecosystem matured.

Eventually, all of them started reinforcing each other.

Leave a Reply

Create a website or blog at WordPress.com

Up ↑

Discover more from Writing my way through ideas.

Subscribe now to keep reading and get access to the full archive.

Continue reading