1.5 β Deep Learning & the AlexNet moment (2012) π§
To escape the winter, the logic was flipped: instead of giving the rules to the machine, you give it examples and it figures out the rules on its own. We took inspiration (very loosely) from the brain to create artificial neural networks.
π’ In plain words β before, the human wrote the rules. With Machine Learning (of which Deep Learning is the most powerful version), you show the machine lots of examples and it figures out the rule.
π§© Concrete example β to learn to recognize a cat, you no longer describe βtwo pointy ears + whiskers.β You show thousands of photos labeled βcatβ / βnot cat,β and the network ends up spotting on its own what makes a cat.
For this to finally work, two ingredients were needed that didnβt exist before the 2010s:
- Mountains of data (thanks to the Internet, photos, digitized textβ¦).
- Ultra-powerful computers: graphics cards (GPUs), capable of millions of calculations in parallel.
π The landmark date: 2012. At the ImageNet image-recognition competition, a deep neural network nicknamed AlexNet crushes all the others. Thatβs the spark that launches the Deep Learning revolution. From then on, AI can recognize a cat in a photo or translate languages fluently.
β In short
- Deep Learning flips the logic: the machine learns the rules by example.
- It took two ingredients (around 2010): massive data + powerful GPUs.
- The public trigger was AlexNet in 2012 (the ImageNet competition).
π My note
A training byBaxIA