Slide 1

Slide 1 text

How Can You Get Started with Machine Learning? Abdelrahman Omran

Slide 2

Slide 2 text

How Can You Get Started with Machine Learning? Three ways, with varying complexity: (1) Use a Cloud-based API (Vision, Natural Language, etc.) (2) Use existing model architecture, and retrain it on your dataset. (3) Develop your own machine learning models for new problems. More flexible, but more effort required

Slide 3

Slide 3 text

Cloud Machine Learning APIs See, Hear and Understand the world

Slide 4

Slide 4 text

Cloud Natural Language Cloud Speech Cloud Translate Cloud Vision

Slide 5

Slide 5 text

5 5 Vision API Demo

Slide 6

Slide 6 text

Faces Faces, facial landmarks, emotions OCR Read and extract text, with support for > 10 languages Label Detect entities from furniture to transportation Logos Identify product logos Landmarks & Image Properties Detect landmarks & dominant color of image Safe Search Detect explicit content - adult, violent, medical and spoof Cloud Vision API

Slide 7

Slide 7 text

API Usage: Detect Objects in an Image Image Detected Items Vision API Create JSON request with the image or pointer to an image Process the JSON response Call the REST API 1 2 3

Slide 8

Slide 8 text

Confidential & Proprietary Google Cloud Platform 8 Cloud Natural Language API Extract sentence, identify parts of speech and create dependency parse trees for each sentence. Identify entities and label by types such as person, organization, location, events, products and media. Understand the overall sentiment of a block of text. Syntax Analysis Entity Recognition Sentiment Analysis

Slide 9

Slide 9 text

9 9 Natural Language API Demo

Slide 10

Slide 10 text

Confidential & Proprietary Google Cloud Platform 10 Cloud Speech API Automatic Speech Recognition (ASR) powered by deep learning neural networking to power your applications like voice search or speech transcription. Recognizes over 80 languages and variants with an extensive vocabulary. Returns partial recognition results immediately, as they become available. Filter inappropriate content in text results. Audio input can be captured by an application’s microphone or sent from a pre-recorded audio file. Multiple audio file formats are supported, including FLAC, AMR, PCMU and linear-16. Handles noisy audio from many environments without requiring additional noise cancellation. Audio files can be uploaded in the request and, in future releases, integrated with Google Cloud Storage. Automatic Speech Recognition Global Vocabulary Inappropriate Content Filtering Streaming Recognition Real-time or Buffered Audio Support Noisy Audio Handling Integrated API

Slide 11

Slide 11 text

11 11 Show me the code..

Slide 12

Slide 12 text

Go Practice Now.. Codelabs codelabs.developers.google.com/codelabs/cloud-vision-intro/index.html codelabs.developers.google.com/codelabs/cloud-speech-intro/index.html codelabs.developers.google.com/codelabs/cloud-nl-intro/index.html For Developers cloud.google.com/vision/ cloud.google.com/speech/ cloud.google.com/natural-language/ cloud.google.com/translate/ Stack Overflow

Slide 13

Slide 13 text

Questions?

Slide 14

Slide 14 text

What’s Next? tensorflow.org Want to learn more? cloud.google.com Udacity class on Deep Learning, goo.gl/iHssII github.com/tensorflow googlecloudplatform.github.io github.com/GoogleCloudPlatform Guides, codelabs, videos MNIST for Beginners, goo.gl/tx8R2b TF Learn Quickstart, goo.gl/uiefRn TensorFlow for Poets, goo.gl/bVjFIL ML Recipes, goo.gl/KewA03 TensorFlow and Deep Learning without a PhD, goo.gl/pHeXe7

Slide 15

Slide 15 text

Thanks and have fun! Abdelrahman Omran [email protected] @Omranic