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

TensorFlow Dev Summit - Extended

Vikram
April 09, 2018

TensorFlow Dev Summit - Extended

Google Developers Group, Cloud Vancouver

Vikram

April 09, 2018
Tweet

More Decks by Vikram

Other Decks in Technology

Transcript

  1. What is TensorFlow? https://www.tensorflow.org TensorFlow™ is an open source software

    library for high performance numerical computation. Its flexible architecture allows easy deployment of computation across a variety of platforms (CPUs, GPUs, TPUs), and from desktops to clusters of servers to mobile and embedded systems
  2. 1-day Developer Summit held in Mountain View on March 30,

    2018. Brings together ML/AI researchers, developers, practitioners & hobbyists. Signature event for TensorFlow news & updates from Google Brain (research) & TensorFlow (dev) teams What is the TensorFlow DevSummit? https://www.tensorflow.org/dev-summit /
  3. • Keynote (summary of announcements)) • Tf.data (input pipelining) •

    Eager Execution (imperative vs. graphs) • TensorFlow.js (training & inference in browser) • TensorFlow Lite (for mobile & embedded devices) • TensorFlow Hub (package & share models) • Debugging TensorFlow (TensorFlow Board UI) • Project Magenta (ML for art & music) Were the talks recorded? YouTube Playlist http://bit.ly/tfds18-playlist
  4. Highlights in a nutshell Read the Medium BlogPost Make it

    easier to use (Eager Execution, TensorFlow Hub, debugging UI) More languages (JavaScript, Swift) and platforms (TF Lite) New app domains (astronomy, agriculture, air traffic control., music & art) New community resources (blog, youtube, mail lists, SIGs) New ways to learn (Machine Learning Crash Course, Colab Notebooks)
  5. tf.data Fast (extract in parallel, fuse, prefetch), Flexible (generators, file

    formats), Easy-to-use (standard recipes, helper fns) Input Pipelines https://www.tensorflow.org/dev-summit /
  6. Resources TensorFlow Blog http://blog.tensorflow.org/ TensorFlow YouTube http://youtube.com/tensorflow TensorFlow Community: https://www.tensorflow.org/community/

    TensorFlow Hub https://www.tensorflow.org/hub/ TensorFlow DevSummit: https://www.tensorflow.org/dev-summit/ These Slides: http://bit.ly/2018-tfdevsummit-recap
  7. Key Takeaway Core focus is on democratizing usage & improving

    productivity in ML/AI with better tools, more languages & new resources for developers & researchers.