Homeworks of "Digital Speech Processing" in 2021 Fall.
Demostrate a simulation of Hidden Markov Model.
Adjust the parameter of the Automatic Speech Recognition of Mandarin Digits to achieve a high accuracy.
Run the code in Kaldi Speech Recognition Toolkit.
To run the Kaldi in docker, type the command : docker run -it kaldiasr/kaldi:latest bash
Demostrate a ZhuYin Decoding by Viterbi Algorithm.
Run the code in SRI Language Modeling Toolkit.
To run the SRILM in docker, type the command : docker run -it ntudsp2020autumn/srilm