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

AI Service Integration

Ryan Chung
November 14, 2019

AI Service Integration

AI Service Integration

Ryan Chung

November 14, 2019
Tweet

More Decks by Ryan Chung

Other Decks in Technology

Transcript

  1. Service Integration – [email protected] New AWS AI Services • Amazon

    Forecast – 與Amazon.com本身使用相同的技術架構。透過組合時間序列資料 以及附加的一些變數來建構預測分析。 • Amazon Personalize – 即時提供個人化推薦。只要提供由你的應用程式所產生的活動數據, 例如Page View, 註冊資訊, 購買記錄等等。然後再提供你想推薦的 內容,如文章、產品、影片或音樂等,Amazon Personalize會依 據你提供的資料產生模型。 • Amazon Textract – 從掃描文件中自動萃取出文字的服務。不只是文字,也能夠從表格 中取出數據的格式與資訊。 – 你可以加速文件處理流程,也能夠建立智慧搜尋索引,例如看到什 麼內容就自動簽核通過。 4
  2. Service Integration – [email protected] Amazon AI 應用服務 • 推薦系統 –Two

    Decades of Recommender Systems at Amazon.com • 語音助理 –Amazon Alexa • 無人商店 –Amazon Go 6 Source:The Verge
  3. Service Integration – [email protected] Amazon Polly • 文字 -> 語音

    • 接近真人語音 • 52種聲音、25國語言 • 速度快、準確度高 • 可重複播放使用 8
  4. Service Integration – [email protected] SSML • say-as –一個字一個字念 • prosody

    –可調整速度、大小聲 • lang –可以穿插別國語言 https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html 9
  5. Service Integration – [email protected] 使用案例 • This app allows you

    to easily convert any publicly available RSS content into audio Podcasts, so you can listen to your favorite blogs on mobile devices instead of reading them. https://github.com/aws-samples/amazon-polly-sample 10 Source: meccanismocomplesso.org
  6. Service Integration – [email protected] 辨識服務 MS Cognitive Service • 辨識

    – 可聰明地識別、標示及 控管圖片的影像處理演算法。 • 知識 – 對應複雜資訊和資料,以解決 智慧建議和語意搜尋等工作。 • 語言 – 讓您的應用程式能夠透過預先建置的指令碼處理自然語言、 評估情感,以及了 解如何辨識使用者想要的項目。 • 語音 – 將語音轉換成文字、使用語音來驗證,或將說話者 辨識新增至您的應用程式。 • 搜尋 – 將 Bing 搜尋 API 新增至您的應用程式,並充分利用 以單一 API 呼叫合併數十 億個網頁、影像、影片和新聞的能力。 13
  7. Service Integration – [email protected] 建立專案 • New Project -> Add

    images • 標記Tag,至少5張照片 –In Classroom • 訓練 • Quick Test 22
  8. Service Integration – [email protected] Custom Vision Document • Quickstarts ->

    Using the Python SDK • Reference -> Custom Vision Prediction API 25 https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/home
  9. Service Integration – [email protected] Lab : 數人頭(Python) • 運用MS Face

    API,算出圖片中有幾個人 • 請先取得Face API Key • 請先安裝認知服務 pip install cognitive_face 31