Trigger Word Detection
前言
如何做Trigger Word Detection。
內容
What is trigger word detection?
- 當說到某些關鍵字時,就會啟動某個裝備或應用程式。
Trigger word detection algorithm
- input:語音數據。
- 假設自己建立30秒的語音數據,中間穿插了幾次trigger word,所以在標示target y時,當聽到trigger word的語音數據開始時,就把y變1,結束時,就把y變成0。
- 將這些標示好的語音數據丟給模型進行訓練。
該學到的
- 如果做Trigger Word Detection。