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

Real-World Machine Learning with TensorFlow and Cloud ML

finid
June 28, 2019

Real-World Machine Learning with TensorFlow and Cloud ML

In this session, attendees will receive a brief introduction to machine learning and neural networks. Then, we will discuss various ways to use machine learning, from pre-trained model APIs for vision and language, to custom model development tools. We’ll also discuss how to deploy models into production. We will see how these technologies are applied in real-world customer scenarios.

finid

June 28, 2019
Tweet

More Decks by finid

Other Decks in Technology

Transcript

  1. Big Data & AI Conference Dallas, Texas June 27 –

    29, 2019 www.BigDataAIconference.com
  2. 3

  3. Use a pre-trained model to accomplish common ML tasks Cloud

    Vision Cloud Natural Language Cloud Speech-to- Text & Text-to- Speech Cloud Video Intelligence Cloud Translation
  4. Cloud Natural Language Arts & Entertainment / Visual Art &

    Design Food & Drinks / Restaurants / Pizzerias Computers & Electronics
  5. Your training data Generate predictions with a REST API AutoM

    L Trai n Deplo y Serv e What is Cloud AutoML?
  6. AutoML Tables Historic ofers from marketplace.xyz ID G e o

    Domai n Posted on: Title Description Categ ory Bran d ... Price sold: 10 4 U S market A Feb 1, 2018 “Dark red…” “Try this soft…” [“A, B, …”] Nike ... $92 20 4 U S market B Jan 20, 2018 “Women’s… ” “Medium-size…” [“A, B, …”] Adida s ... $58 30 2 U S market A Jan 12, 2018 “Running…” “All-terrain…” [“A, B, …”] Asics ... $85 35 2 EU market B Feb 13, 2018 “Running…” “All-terrain…” [“A, B, …”] Puma ... ?
  7. AutoML Tables Target column Historic ofers from marketplace.xyz ID G

    e o Domai n Posted on: Title Description Categ ory Bran d ... Price sold: 10 4 U S market A Feb 1, 2018 “Dark red…” “Try this soft…” [“A, B, …”] Nike ... $92 20 4 U S market B Jan 20, 2018 “Women’s… ” “Medium-size…” [“A, B, …”] Adida s ... $58 30 2 U S market A Jan 12, 2018 “Running…” “All-terrain…” [“A, B, …”] Asics ... $85 35 2 EU market B Feb 13, 2018 “Running…” “All-terrain…” [“A, B, …”] Puma ... ?
  8. Movie Genre Classification “After discovering a mysterious artifact buried beneath

    the lunar surface, mankind sets off on a quest to find its origins with help from intelligent supercomputer HAL 9000.” sci-fi
  9. 5 What if you have a custom task that requires

    more control over your model type and its inputs?
  10. 51 Why consider custom model development? Use of other approaches

    such as unsupervised or reinforcement learning More control over model architecture and confguration Advanced feature engineering that includes domain expertise https://pixabay.com/vectors/steering-wheel-steering-wheel-150137/ https://pixabay.com/illustrations/craftsmen-mechanic-helm-workers-1020156/
  11. Cloud AI Platform Training & Prediction cloud.google.com/ai- platform Distributed Training

    with GPUs and TPUs Fast and scalable online/batch prediction Fully managed platform for machine learning
  12. Publish your machine learning workflow in an orchestrated pipeline Build

    custom AI applications by easily “stitching” and connecting various components like LEGO. Publish end-to-end pipelines that can be reused by other developers without worrying about the underlying details
  13. 55 TensorFlo w An open source Deep Learning library >1,800

    contributors worldwide Apache 2.0 license Released by Google in 2015 TensorFlow 2.0 Easier to learn and use For beginners and experts Alpha available today
  14. 56 Classificatio n Example … 0 1 2 3 4

    5 6 7 8 9 model = tf.keras.models.Sequential([ tf.keras.layers.Flatte n(), tf.keras.layers.Dense(10,
  15. What are we going to predict? # of crime reports

    last week How many crimes will be reported today?