課程鏈結: 這裡 學習鏈結: Week 1-2 Week 3 Week4 Week5 Mini Project (Gossip Protocol) 課程內容: 這裡先簡單的介紹整系列的課程內容,希望能讓大家了解這個課程想做什麼. 這整堂課主要是圍繞著 Cloud Computing 經常會使用到的技術與相關的概念. 整堂課其實只有一個程式語言作業: 使用 C++ 寫 Gossip Protocol 雖然課程裡面程式語言的作業不多,但是整體上的內容還算不少. 除了有談到一些雲端技術的基本概念: Map Reduce Multicasting and Gossip Protocol P2P Protocol and System K/V DB, NOSQL, and Cassandra (畢竟都談了 Gossip) Consensus Algorithm - Paxos, FLP Proof 其實課程內容很有料,也可以學到很多的東西. 前提: Snapshots Global Snapshot Global Snapshot = Global State =Individual state + communication channel 時間不同步的時候所造成 Global Snapshot 會失敗的原因 時間不正確 無法抓到溝通的狀態 任何造成 Global Snapshot 變動的原因: Process send/receive message Process move one step 以一個範例來解釋演算法 基本定義: There are no failures and all messages arrive intact and only once The communication channels are unidirectional and FIFO ordered There is a communication path between any two processes in the system Any process may initiate the snapshot algorithm The snapshot algorithm does not interfere with the normal execution of the processes Each process in the system records its local state and the state of its...
Talks 聊天機器人與對談式商務的未來發展 - Clement Tang Chatbot situation and chatbot types. Chatbot的智慧與靈魂 - 陳縕儂 – 台大資工系助理教授 前半段: 討論 AI Bot 的分別與差異,目前的 Chatbot 主要都專注在 Conversation . 後半段: 一天搞懂對話機器人 Chatbot 應該要聰明的來處理前後文 (Dialog) Human-like dialog system 運用對話機器人提供線上客服服務 -Herman Wu -微軟技術傳教士 QnA Maker: Upload Q&A document into ML, system will convert file into knowledge base extraction. It could learn and publish as API service. Bot-Framework Provide bot simulator (sounds great) CNTK (MS Deep Learning toolset) Azure Container Serice Only cloud to support three kind of container management system. 突破 Facebook messenger platform API 限制 張家豪 - Ucfunnel 工程 Her/Him Her/Her 匿名聊天 貼圖也可以傳 一般 Chatbot 無法傳貼圖 變通方式轉貼截圖 Solution: facebook-chat-api can convert AP_ID FB_ID facebook-chat-api can get stick_id 話題產生器 產生交友行為 (交換 FB ID) 一般來說只能拿到 AP_ID 無法拿到 FB_ID Solution: facebook-chat-api to convert it. 如何在 24 小時後回話 在 FB 超過一天 Chatbot 會失敗 Solution: Use facebook-chat-api ping if user block If not, we could renew conversion window (TBC) facebook-chat-api link...