pip install jupyter_contrib_nbextensions關閉jupyter notebookjupyter contrib nbextension i...
pip install jupyter_contrib_nbextensions關閉jupyter notebookjupyter contrib nbextension i...
ERROR: Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot...
與第四章純數學相比,第五章針對語音場景的HMM 1. Triphone的來源 建模用最小,最細的phoneme phone : a phoneme’s acoustic re...
信號離散化:連續值變離散值。離散值用01組成的比特表示整數。分成N塊,并從一塊中選一個點的值代表這一塊。 平均分不好,絕對值小分的細,絕對值大分的粗比較好 定義距離就可以做V...
本節課主要內容HMM三個基本問題如何求解 首先明確兩種observe有兩種,離散/連續。語音識別中使用連續狀態(MFCC特征值是連續的)。連續的比較復雜,需要用函數(GMM)...
有一個臨時文件,想保留在某個分支,merge master時不覆蓋,但是已經提交了merge request解決方案: 這時src/main/java/HelloWorld_...
本節課主要內容是語音識別的理論基礎 1. 模型定義 分兩個步驟: 切割:等間距切割成N個frame,相連的兩個frame需要有一定重疊,保證連續性每個window內提取特征(...
Ref 語音識別的原理 https://www.zhihu.com/question/20398418HTK Book http://www.ee.columbia.edu/...
git stash list 看有哪些git stash show stash@{0} 看某一個stash有哪些文件改動git stash show stash@{0} -p...