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

Having fun with Google Cloud + RasPi

Having fun with Google Cloud + RasPi

Kazunori Sato

January 30, 2016
Tweet

More Decks by Kazunori Sato

Other Decks in Programming

Transcript

  1. +Kazunori Sato @kazunori_279 Kaz Sato Staff Developer Advocate, Tech Lead

    for Data & Analytics Cloud Platform, Google Inc.
  2. Jupiter network 40 G ports 10 G x 100 K

    = 1 Pbps total CLOS topology Software Defined Network
  3. Borg No VMs, pure containers Manages 10K machines / Cell

    DC-scale proactive job sched (CPU, mem, disk IO, TCP ports) Paxos-based metadata store
  4. Google BigQuery Demo: RegEx + GROUP BY on 10 B

    rows response read RegEx 10B ~10sec 372GB
  5. BigQuery Analytic Service in the Cloud BigQuery Analyze Export Import

    How to use BigQuery? Google Analytics ETL tools Connectors Google Cloud BI tools and Visualization Google Cloud Spreadsheets, R, Hadoop
  6. Blazingly Fast Capable of scanning 100B rows in ~20 sec

    Low Cost Storage: $0.020 per GB per month Queries: $5 per TB Fully Managed Use thousands of servers with zero-ops SQL Simple and Intuitive SQL with JS UDF Benefits of BigQuery
  7. • Google Now • Google Photos • Gmail • YouTube

    • and more Google Brain: The Brain of Google services
  8. 24 Types of Detection • Label • Landmark • Logo

    • Face • Text • Safe search
  9. 25 Types of Detection Face Detection ◦ Find multiple faces

    ◦ Location of eyes, nose, mouth ◦ Detect emotions: joy, anger, surprise, sorrow Entity Detection ◦ Find common objects and landmarks, and their location in the image ◦ Detect explicit content
  10. Making a request { "requests":[ { "image": { "content": "base64ImageString"

    }, "features": [ { "type": "LABEL_DETECTION", "maxResults": 10 }, { "type": "FACE_DETECTION", "maxResults": 10 }, // More feature detection types... ] } ] }
  11. A new system for distributed, parallel machine learning: • Based

    on general-purpose dataflow graphs • Targeting heterogeneous devices ◦ single PC with CPU ◦ single PC with GPU(s) ◦ mobile device ◦ clusters of 100s or 1000s of CPUs and GPUs What is TensorFlow?
  12. Yet another dataflow systemwith tensors MatMul Add Relu biases weights

    examples labels Xent Edges are N-dimensional arrays: Tensors