Loading slide

ImageNet and the Turning Point

  1. 01ImageNet and the Turning Point
  2. 02Fei-Fei Li and ImageNet
  3. 03The traditional approach
  4. 04AlexNet
  5. 05What it felt like
  6. 06What made it work
  7. 07How it taught itself
  8. 08Take a breath
  9. 09What did it actually learn?
  10. 10The field responds
  11. 11Why this was a hinge
  12. 12Memory card
  13. 13Reinforce your understanding
  14. 14Question: Data vs. algorithm
  15. 15Question: Hand-engineered vs. learned features
  16. 16Question: What does a turning point feel like from inside?
  17. 17Quiz: answer
  18. 18What you now know
  19. 19The machine could now see. The next question was whether it could read.
  20. 20Want to go deeper?
18 / 19
BackNext

Before we step into something new, let us gather the whole module into one place. Three things happened here, and they are worth holding together, because the rest of the course is built on top of them.

Depth needed a rescue. Stacking many layers should have made networks more powerful, and it did, but only once a few simple fixes let the training signal reach the front of the network without fading away. That unlocked deep learning.

The scale came from gaming. The fixes were not enough on their own; training was still far too slow. The speed arrived from the graphics card, a machine built to do mountains of small sums at once, which is exactly what training is. Months of training collapsed into hours.

ImageNet proved the whole bet. Given enough images and enough speed, a deep network taught itself to see, building edges into shapes into objects, with nobody hand-designing a single feature. It beat decades of expert hand-built systems, and the field changed overnight.

One sentence ties them together: deep networks, made trainable and made fast, learn their own features from data better than humans can design them by hand. That sentence is the ground the next five modules stand on. If it feels solid, you are ready.

Citations