iT邦幫忙

luis相關文章
共有 17 則文章

技術 [Day05] 在 LINE Bot 加入 LUIS 語意分析服務

今天要介紹的是微軟的語意分析服務 LUIS,製作聊天機器人最困難的部分是如何分析自然語言,也就是如何理解使用者想表達的意圖,而 LUIS 正是為了解決這個問題而...

鐵人賽 AI & Machine Learning DAY 30

技術 30.應用:自用語意分析機器人

前言 雖然這一篇簡單透過範例介紹如何製作語意分析機器人,但直接回傳語意結果其實意義不大。在前面幾個範例中,我們透過機器人程式分析傳輸訊息中是否包含命令,藉此分辨...

鐵人賽 Microsoft Azure DAY 20

技術 Day [20] Language Understanding Intelligent Service (LUIS)-技術分析

NLP vs NLU 昨天我們提到LUIS(Language Understanding Intelligent Service)是一個語意理解(Languag...

鐵人賽 AI & Machine Learning DAY 29

技術 29. Cognitive Service - Language Understanding Intelligent Service, LUIS(2)增加意圖、訓練、發布與測試

前言 上一篇文章我們簡單介紹了 LUIS 建置與實體建立。在這一篇,我們將建立意圖、進行訓練與發佈,最後進行測試。透過 LUIS 背後機械學習的演算法進行訓練,...

鐵人賽 Microsoft Azure DAY 29

技術 【Day29】修改 Proxy 的方法

今天要來分享之前實習開發 QA Bot, LUIS Bot 設定 proxy 的地方。 QnA Maker 需要修改以下路徑的程式檔。 C:\Users\XXX...

鐵人賽 AI & Machine Learning DAY 28

技術 28. Cognitive Service - Language Understanding Intelligent Service, LUIS(1) 介紹與新增實體

前言 語意辨識是 AI 重要的研究領域之一,透過句子分析、機械學習等方式讓系統了解人類想要呈現的意圖,進而有辦法與人類溝通。語意辨識又因為語言不同,其解析、分析...

鐵人賽 Microsoft Azure DAY 19

技術 Day [19] 基礎-Language Understanding Intelligent Service (LUIS)

What Language Understanding Intelligent Service (LUIS)? Language Understanding (...

鐵人賽 Microsoft Azure DAY 18

技術 Day [18] Azure 認知服務-Language Understanding (LUIS)

Why LUIS (Language Understanding Intelligent Service) ? Chatbot前情提要 聊天機器人為 CUI(C...

鐵人賽 Microsoft Azure DAY 21

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

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

鐵人賽 Microsoft Azure DAY 22

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

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

鐵人賽 Microsoft Azure DAY 9

技術 【Day09】Language Understanding (2/2)

大家好,今天要來跟大家一起操作 Language Understanding (LUIS),話不多說,我們直接開始吧! 用 Python 程式碼簡單實作一個範例...

鐵人賽 Microsoft Azure DAY 28

技術 【Day28】建立一個 LUIS Bot

今天我們要來將 Chatbot 與 Language Understanding Service (LUIS) 做結合。 因為我的學生帳號忘記關掉一個服務,導致...

鐵人賽 Microsoft Azure DAY 26

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

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

鐵人賽 Microsoft Azure DAY 23

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

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

鐵人賽 Microsoft Azure DAY 25

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

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

鐵人賽 Microsoft Azure DAY 8

技術 【Day08】Language Understanding (1/2)

大家好,今天要來跟各位介紹 Language Understanding (LUIS),這項服務跟 QnA Maker 一樣,都是屬於「語言」的 Cogniti...

鐵人賽 Microsoft Azure DAY 24

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

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