語意分類及其應用於兩輪機器人控制
No Thumbnail Available
Date
2020
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
本論文目的在建構一語意分類系統,使指令不單局限在單一詞彙或單一描述,例如指令旋轉之後前進及前進之前旋轉視為同樣意思,使機器人不是單純的判斷關鍵詞的順序而是使機器人能夠自行判斷語意後執行動作,讓所接受的指令更為靈活且多樣。語意分類系統建構是先以文字語句作為訓練資料,將詞彙透過詞嵌入的方式轉為數據。接著,使用神經網路進行分類訓練,主要以卷積類神經網路(Convolutional Neural Network, CNN)、長短期記憶(Long Short-Term Memory, LSTM)這兩種神經網路進行建模,CNN 具有優秀的特徵擷取及處理能力,LSTM 則在序列表現異,透過實驗比較這兩種方法,並選擇結果較好的架構應用於兩輪機器人。
The purpose of this paper is to construct a semantic classification system.The instructions are not limited to a single vocabulary or a single description, and the instructions that the robot can accept are more flexible. The construction of semantic classification system mainly needs to be modeled with two types of neural networks: Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM). CNN has excellent feature extraction and processing power, and LSTM has excellent performance in sequence. For comparison, some experiments are performed for two neural networks. Finally, the semantic classification is implemented in a two-wheeled robot.
The purpose of this paper is to construct a semantic classification system.The instructions are not limited to a single vocabulary or a single description, and the instructions that the robot can accept are more flexible. The construction of semantic classification system mainly needs to be modeled with two types of neural networks: Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM). CNN has excellent feature extraction and processing power, and LSTM has excellent performance in sequence. For comparison, some experiments are performed for two neural networks. Finally, the semantic classification is implemented in a two-wheeled robot.
Description
Keywords
語意分類, 卷積神經網路, 長短期記憶, Semantic classification, CNN, LSTM