Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 583 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 583 Bytes

基于HMM的语音识别与强制对齐实验

DNN-HMM related Experiments for THUHCSI Course : <Digital Processing of Speech Signals>

Task-1 : Viterbi解码算法实现

  • [7] Implement forward algorithm in T1-Viterbi-Decoding/viterbi.py
  • [7] Implement backward algorithm in T1-Viterbi-Decoding/viterbi.py
  • [6] Implement viterbi algorithm in T1-Viterbi-Decoding/viterbi.py

NOTE: More information can be found in T1-Viterbi-Decoding

Task-2 : 基于HMM的强制对齐实验

  • [30] Run MFA align and answer questions

NOTE: More information can be found in T2-MFA