SlideShare a Scribd company logo
Welcome to the
{高雄場}
About Me
以Microsoft技術為主,從事於商業應用
系統軟體設計與開發,累積超過15年的
Web Application開發經驗,近年來開始
接觸App開發以及Azure雲端服務,喜
愛新事物、把玩新技術、從Web到App,
使終相信學習是往前進的唯一道路,非
常厭倦複製貼上一成不變的機器模式。
Web: codeian.idv.tw
Email: ian.msmvp@outlook.com
Blog: dotblogs.com.tw/ian
• 高師大資訊教育研究所碩士
• Microsoft MVP Visual Studio and
Development Technologies
• Microsoft 大型研討會講師
• 巨匠電腦講師
• K.NET 社群講師兼共同創辦人
• 企業技術內訓講師
• 學校業界講師
Artificial Intelligence
Azurebootcamp 2018
AI 人工智慧
• 人工智慧是一門科學,同時也是一種計算機技術
• 圖靈測試(Turing test)
• 1950年-判斷機器是否能夠思考的著名試驗
• 人工智慧致力於使機器智能化 - Nils J. Nilsson
• 視輸入(五感)的不同,調整輸出(反應)
• 機器學習 – 做為實現AI的技術
• 依據樣本的資料,自已學習規則或知識
Data X Compute
AI
• 大數據 Big Data
• 機器學習Machine Learning
• 推測 Speculation
Microsoft AI platform stack
快速建立、開發具備AI能力的應用
提供發展AI應用所需的基礎建設
提供發展AI應用所需的工具
Build Intelligent Software
Azurebootcamp 2018
Gender =
Famale
Age = 23.7
Microsoft
Cognitive
Services
Give your apps
a human side
Vision
From faces to feelings, allow your
apps to understand images and video
Speech
Hear and speak to your users by filtering noise,
identifying speakers, and understanding intent
Knowledge
Tap into rich knowledge amassed from
the web, academia, or your own data
Language
Process text and learn how to recognize what
users want
Search
Access billions of web pages, images, videos,
and news with the power of Bing APIs
• 2015 Microsoft 機器視覺識別研究錯誤率降到
4.94% ,超越人類的5.1%
機器視覺識別
https://www.microsoft.com/en-us/research/blog/microsoft-researchers-algorithm-sets-imagenet-
challenge-milestone/
https://arxiv.org/pdf/1502.01852v1.pdf
https://www.youtube.com/watch?v=aEBi4OpXU4Q
人臉識別應用 - Uber
人臉識別應用 - 提升消費者體驗
• 掌握客戶分群
• 各區域消費者情緒數據
https://mp.weixin.qq.com/s?__biz=MzA4MzA1OTc1MA%3D%3D&mid=2649845757&idx=3&sn=cea079c47e94fde2a8021ff79643fc3d&scene=21#wechat_redirect
Cognitive Service 使用方法(1)
• Call API
$.ajax({
url:
"https://southeastasia.api.cognitive.microsoft.com/face/v1.0/detect?"
+ $.param(params),
beforeSend: function (xhrObj) {
// Request headers
xhrObj.setRequestHeader("Content-Type", "application/octet-
stream");
xhrObj.setRequestHeader("Ocp-Apim-Subscription-Key",
apitoken);
},
type: "POST",
data: makeblob(face),
processData: false
})
Cognitive Service 使用方法(2)
• USE SDK (C#)
using Microsoft.ProjectOxford.Face;
using Microsoft.ProjectOxford.Face.Contract;
string subkey =
"YOUR_SUBSCRIPTION_KEY";
var client = new FaceServiceClient(subkey);
How to do ?
• 微軟Azure雲端帳戶
• 建立所需要的服務
• 加入API or SDK到你的應用程式
Demo
Custom Vision
Custom Vision
• 建構自定圖像分類的服務
• 不適合檢測非常細微差異的場景
• 支援 jpg、png、bmp
• 256 pixels on the shortest edge
• 建置樣本資料時,多樣化的資料有助於提升準確
度,而不易造成偏差(不同角度、背景、大小、明
暗..)
Custom Vision
每次訓練的結果均會迭代成一個版本
Custom Vision
• API
• https://bit.ly/2F2mhpy
Custom Vision
• 支援轉出 Tensorflow for Android devices
• 支援轉出 CoreML format for iOS11
Demo
Azure Machine Learning Studio
• https://studio.azureml.net/
Azure Machine Learning Studio
Azure Machine Learning Studio
• 建立資料集
• 建立實驗專案
• 取得資料
• 篩選資料
• 選擇學習演算法
• 訓練預測
Machine Learning Studio
• https://bit.ly/1YTIVn5
Machine Learning Studio
• 原始資料通常需要經過某些前置處理,才能進行分
析
• 移除有遺漏值現象的資料列
• 去除多餘的資料行
Machine Learning Studio
• 選擇學習演算法及訓練模型
• 選擇演算法
• 使用樣本資料訓練模型
• 使用另一樣本資料進行預測
• 評估模型預測結果
Machine Learning Studio
• 選擇學習演算法
• https://bit.ly/1U8g6kI
Machine Learning Studio
• 評估模型
Machine Learning Studio
• 評估模型
Machine Learning Studio
• 轉換為預測實驗
• 完成模型訓練後,可以將訓練實驗轉換成預測實驗
Machine Learning Studio
• 部署成為 Web 服務
Machine Learning Studio
Demo
A BIG thank you to the 2018 Global Sponsors!
Sponsor Offering
Cloudmonix
https://cloudmonix.com
Cloudmonix offers a $300 off any paid plan for Azure
monitoring!
http://bit.ly/gab2018-cloudmonix Code: GAB2018
MyGet
https://myget.org
MyGet offers a free 1 month Starter Plan for hosting your
NuGet, npm, Maven, Bower of VSIX feeds!
http://bit.ly/gab2018-myget Code: GGAB2018-MG
ServiceBus360
https://servicebus360.com
Servicebus360 is offering 2 months free of their Gold
Plan!
http://bit.ly/gab2018-sb360
Cerebrata
https://cerebrata.com
Cerebrata is providing a 3 month subscription to it’s
Cerulean product!
Get your subscription key from your organizer!
All attendees get the following:
Offers valid until April 30th
Raffle Prizes
1 Winner: a 1 year personal subscription of the All Products Pack. Get all desktop
products including IntelliJ IDEA Ultimate, ReSharper Ultimate and other IDEs
1 Winner: a 1 year subscription to Cerulean! A cross-platform Azure
management tool for storage, CosmosDB, Search, Redis Cache and Service Bus.
1 Winner: a 1 year subscription to their online training, Skill Me Up! Online
training to continue your Azure journey.
Raffle winners will receive a voucher with a code from the local organizers.

More Related Content

PPTX
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
PPTX
Microsoft ai computer vision
PDF
20150206 aic machine learning
PDF
iThome Modern Web 2018: 如何打造高效的機器學習平台
PDF
第一科大Chatbot LUIS
PDF
Introduction to MLOps in Azure Machine Learning with Live Demo
PDF
20170108 微軟大數據整合解決方案- cortana intelligence suite
2015 年逢甲大學資訊系:ASP.NET MVC 4 教育訓練5
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練4
Microsoft ai computer vision
20150206 aic machine learning
iThome Modern Web 2018: 如何打造高效的機器學習平台
第一科大Chatbot LUIS
Introduction to MLOps in Azure Machine Learning with Live Demo
20170108 微軟大數據整合解決方案- cortana intelligence suite

Similar to Azurebootcamp 2018 (20)

PDF
machine learning introduction
 
PDF
01 DevOps and Azure DevOps overview
PPTX
Azure machine learning overview
PPTX
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練1(20160222)
PDF
Angular Conf 2018 - 原來 Angular 可以這樣玩設定
PDF
twMVC#42 讓我們用一種方式來開發吧
PDF
03 azure devops pipeline - release
PPTX
Open source的devops工具箱 公開版@coscup2016
PPTX
持續交付高品質程式碼 公開版
PDF
02 azure devops pipeline - build
PPTX
聊天機器人概論 Introduce to chat bot sevices
PPTX
微軟實戰課程日:玩轉雲端 技術與架構
PDF
现代化敏捷测试工作者
PDF
啟動你的AI工匠魂
PDF
從理想、到現實的距離,開啟品味軟體測試之路 - 台灣軟體工程協會 (20220813)
PDF
應用 Azure Platform-as-a-Service & DevOps 打造彈性企業服務
PPTX
我們與Azure DevOps的距離
PPTX
Nb的敏捷
PPTX
Nb的敏捷
PPTX
极速 Angular 开发:效能调校技巧 (ngChina 2019)
machine learning introduction
 
01 DevOps and Azure DevOps overview
Azure machine learning overview
2016年逢甲大學資訊系:ASP.NET MVC 4 教育訓練1(20160222)
Angular Conf 2018 - 原來 Angular 可以這樣玩設定
twMVC#42 讓我們用一種方式來開發吧
03 azure devops pipeline - release
Open source的devops工具箱 公開版@coscup2016
持續交付高品質程式碼 公開版
02 azure devops pipeline - build
聊天機器人概論 Introduce to chat bot sevices
微軟實戰課程日:玩轉雲端 技術與架構
现代化敏捷测试工作者
啟動你的AI工匠魂
從理想、到現實的距離,開啟品味軟體測試之路 - 台灣軟體工程協會 (20220813)
應用 Azure Platform-as-a-Service & DevOps 打造彈性企業服務
我們與Azure DevOps的距離
Nb的敏捷
Nb的敏捷
极速 Angular 开发:效能调校技巧 (ngChina 2019)
Ad

More from Ian Chen (16)

PPTX
AI and ML.NET
PDF
Azure bot service
PDF
AI and Machine Learning for .net developers
PDF
Xamarin行動應用開發
PDF
Mobile center
PDF
Azure blob storage & javascript client library
PDF
Xamarin Dev Day
PDF
Azure app service
PDF
Azure document db
PDF
Html5
PDF
ChatBot
PPTX
Application insights
PPTX
Universal windows apps 開發—運用 html 及 java script
PPTX
Build mini - Windows 10 Dev & Cross platform Dev
PPTX
Global Azure Bootcamp 2015 Taichung : Mobile service
PPTX
HTML CSS JavaScript 行動應用程式解決方案
AI and ML.NET
Azure bot service
AI and Machine Learning for .net developers
Xamarin行動應用開發
Mobile center
Azure blob storage & javascript client library
Xamarin Dev Day
Azure app service
Azure document db
Html5
ChatBot
Application insights
Universal windows apps 開發—運用 html 及 java script
Build mini - Windows 10 Dev & Cross platform Dev
Global Azure Bootcamp 2015 Taichung : Mobile service
HTML CSS JavaScript 行動應用程式解決方案
Ad

Azurebootcamp 2018