Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Deep Learning Talk - Saverin

Deep Learning Talk - Saverin

Deep Learning Introduction Talk @ Saverin

Yasser Souri

May 09, 2016
Tweet

More Decks by Yasser Souri

Other Decks in Technology

Transcript

  1. DeepMind In 2014, Google acquired DeepMind (a team of ~50)

    for ~$ 500 million. And facebook wanted to buy them also.
  2. What is Machine Learning? Problem 3: Give a grayscale 28x28

    pixel image, identify what number it is.
  3. What is Machine Learning? Problem 3: Give a grayscale 28x28

    pixel image, identify what number it is.
  4. How to Solve Machine Learning Problems Data = (x, y)

    y = f(x) Learn the parameters Classic (x, y) f(x; w)
  5. How to Solve Machine Learning Problems Data = (x, y)

    y = f(x) Learn the parameters Can x be the raw pixels? Classic (x, y) f(x; w) Features
  6. How to Solve Machine Learning Problems Data = (x, y)

    y = f(x) Learn the parameters Can x be the raw pixels? Classic (x, y) f(x; w) Features O(#features) ~ O(#parameters)
  7. Deep Learning Learn from raw data Number of parameters are

    much larger y = f(g(h( … (x) ))) Deep
  8. Deep Learning Learn from raw data Number of parameters are

    much larger You need more data to learn y = f(g(h( … (x) ))) Deep
  9. End-to-End Neural Machine Translation (1) Hirschberg, J. & Manning, C.

    D. Advances in natural language processing, Science, 2015, 349, 261-266
  10. Growing Use of Deep Learning at Google Jeff Dean &

    Oriol Vinyals, “ Large Scale Distributed Systems for Training Neural Networ”, NIPS 2015.