All corrections
Wikipedia July 19, 2026 at 03:06 AM

en.wikipedia.org/wiki/Alex_Krizhevsky

1 correction found

1
Claim
Previously neural networks were trained on CPUs.
Correction

This is incorrect because neural networks were being trained on GPUs before AlexNet. Published papers from 2009 and 2011 describe training deep belief networks and deep neural nets on graphics processors.

Full reasoning

The sentence says that before AlexNet, neural networks were trained on CPUs. That is contradicted by published research before 2012 showing GPU-based neural-network training.

  • In 2009, Raina, Madhavan, and Ng published Large-scale Deep Unsupervised Learning using Graphics Processors, which explicitly says they developed massively parallel methods for deep unsupervised learning on graphics processors and that their DBN implementation was much faster than a CPU implementation.
  • In 2011, Cireșan et al. published Handwritten Digit Recognition with a Committee of Deep Neural Nets on GPUs, whose abstract says they used graphics cards to greatly speed up training of deep neural nets.

So while CPU training was common, it is false to say neural networks were previously trained on CPUs full stop. GPU training was already in use before AlexNet.

2 sources
Model: OPENAI_GPT_5 Prompt: v1.16.0