第十二屆 冠軍

azure
白眼狼的30天Azure跳槽計畫
Mick

系列文章

DAY 21

Day [21] Language Understanding Intelligent Service (LUIS)-建置

建立LUIS應用程式 這幾天我們已經了解LUIS是什麼(Day [20] Language Understanding Intelligent Service...

DAY 22

Day [22] Language Understanding Intelligent Service (LUIS)-建立應用程式

建立LUIS應用程式 繼續昨天我們已經建立好Azure LUIS 資源(Day [21] Language Understanding Intelligent...

DAY 23

Day [23] Language Understanding Intelligent Service (LUIS)-測試&部署

使用測試窗格測試LUIS應用程式 我們來測試一下昨天建立的LUIS應用程式的效果,LUIS入口網站提供了互動式的測試介面,在使用LUIS應用程式,可先透過測試介...

DAY 24

Day [24] Language Understanding Intelligent Service (LUIS)-Line Chatbot整合(一)

測試 LUIS 預測端點 昨天我們已經部署LUIS應用程式,我們來測試一下他的http預測端點,在LUIS入口網頁的Azure Resources,找到Endp...

DAY 25

Day [25] Language Understanding Intelligent Service (LUIS)-Line Chatbot整合(二)

在程式中設定config.ts 要使用LUIS SDK來透過LUIS應用程式預測用戶的意圖,我們需要預測端點App ID, predictionResourc...

DAY 26

Day [26] Language Understanding Intelligent Service (LUIS)-Line Chatbot整合(三)

修改Workflow.ts將語意理解交由LUIS處理 目前為止我們的Azure Functions的lineWebhook程式架構如下: 現在我們可以使用昨天準...

DAY 27

Day [27] Azure 認知服務-Custom Vision

前言 我們已將Cahtbot與Azure 認知服務(Cognitive Services)中的LUIS(Language Understiting)整合,導入認...

DAY 28

Day [28] Azure 認知服務-Custom Vision 建置

Build a classifier with the Custom Vision website 要使用Azure Custom Vison 建置影像分類器,...

DAY 29

Day [29] Azure Custom Vision-Line Chatbot整合(一)

Line Messaging API-Get User content 今天帶大家整合目前開發的Line Chatbot與昨天建置的Custom Vision模...

DAY 30

Day [30] Azure Custom Vision-Line Chatbot整合(二)~完賽!

Use your model with the prediction API 昨天我們已經安裝好Azure Custom Vision Node.js moud...