chatbot meetup #1
http://chatbot.kktix.cc/events/meetup-01
Microsoft Bot Framework x Cognitive Service 快速打造智能聊天機器人
Eric:
 平台的演進:PC=》Web=》Smartphone=》Messaging
 Messaging 是最新一代的平台
 Bot 是一種在 Messaging 平台上開發的 App
 人類花大量時間在聊天平台上聊天
 Apple google amazon 他們開發的是 interface
 Microsoft Bot Framework 提供SDK C# nodeJs
  Bot Builder 做好bot
  Bot Connector 發佈在聊天平台上
  BotDirectory 曝光bot、bot列表
 Microsoft Cognitive Services 提供電腦視覺 聽覺 語意分析等等的服務
  (web api 形式)
  Vision
   image => 裡面有什麼、有人嗎、幾歲?男的還是女的、ocr
  Speech
   Speech <=> text
  Language
   LUIS.ai
    Intent (function)
    Entity (param)
    輸入句子
    輸出 Intent 的機率和標出 Entity
    Function Currying
  Knowledge
  Search
Introduction to NLP for Chatbots
李昀樵 - 台大數位語音實驗室:
 compose.ai
 做了三個bot demo 平台能力
  全台實價登錄
  追劇吧
  ubike小幫手
 不需要寫code就可以做bot的平台
 用UI拉決策樹
 BOT 開發的重點
  要記住 CONTEXT
  各種參數的輸入是可以解讀的,沒有輸入就給預設值、或者去問USER
 Part-of-speech(POS):
  把一句話的每個字的詞性抓出來
 
 Infomation Extration(IE)
  取出一個句子裡的參數
 
 Dialog
  輸出對話回應
 中文斷詞
  Jieba 結巴分詞(python)
  OOV(系統沒看過的詞)
  中研院斷詞系統 http://ckipsvr.iis.sinica.edu.tw/
 Named entity recognition(NER)
  辨識專有名詞
  wikipedia 是最大名詞集合
  Google NLP also return wikipedia_url
  Stanford NLP
 Intent Parsing
  Adapt https://github.com/MycroftAi/adapt)
  Stanford NLP
  API
   api.ai
   wit.ai
   Microsoft LUIS
 Q&A 系統
  對輸入句子做分群 然後回答對應的輸出
  word embedding features
  Facebook facetext
Messenger Platform's New Opportunities and Insights
Po Cheng Chu 蝴蝶 Botimize:
 Customer Service
  Intention Extraction
   luis.ai
   api.ai
   wit.ai
  Human-Bot Hybrid
   80% by bot
   20% by human
  Bots
   Travelflan
   Taobao
 E-Commerce
  Payment
   Stripe
   Paypal
   Token
  
  Account Linking
  Checkout and pay in webview
  Bots
   Domino's Pizza
 Subscription
  Stadard Messaging
   24小時打一次
  Subscription Messaging
   不能發廣告訊息
  Bots
   CNN
   TechCrunch
 Avatar
  Personality
   
  NPC-like
  Bots
   Hearthstone
   D. Trump Bot
 Match-Making
  Platform
   匿名聊天
   民調
  Human Computation
   工人智慧
 
  Bots
   Her/Him
   Sensay
   Swelly
 Game
  Webview
  Interaction Focused
  Bots
   Space Adventure
   Murder Mystery Game
 Utility / Micro-app
  Mention
   @bot 去叫 bot 做事
  Account linking
  Bots
   Polly.ai (做民調)
   Gif
 Facebook Messenger SDK 1.3
  Link with Parameter
   在 webview 上的操作做到一半
   跳到 chatbot 上繼續做
  List Template
  Checkbox Plugin
 Zeroth.AI
  
 怎麼做AI?
  Human Computation(工人智慧)
  工人智慧造人工智慧
  Travelflan
   旅遊顧問
  Designjar
   收集資料
 http://www.botimize.io/
  bot界的GA
如何透過 Golang 與 Heroku 來一件部署 臉書機器人與 Line
Evan Lin:
 GO 超棒
 ruby 很快樂 但超慢
 C 很快
 python: 戰tab/space
 GO 存檔就自動排版
 GO 寫 test 很方便
 PetNeedMe
 CodeTengu
Facebook 不想讓你知道的事
Howard Chang
 Her/Him & Her/Her 作者
 
 Messenger Platform 上可以用的 PS_ID
 FB login 登入的ID是 FB_ID
 1. 透過 profile_pic 的檔名,兩邊的API的頭貼其實是一樣的路徑
 2. 在 FB login 時加入 query string psid=#{psid}
 3. 用 message_id 直接作messenger外掛可以拿到 message_id
  可以傳貼圖 也可以傳任何訊息
Aloha.AI
 customer service
  QA bot
  預測接下來user想問的三個問題
卡米狗 line bot
 郭佳甯
  卡米狗超棒der 還沒加入卡米教的趕快加入
2 則留言:
请问你是研究chatbot的吗?
算是吧
張貼留言