Description: In isolated word speech recognition, the most simple and effective method is to use DTW (Dynamic Time Warping, Dynamic Time whole) algorithm based on dynamic programming (DP) of thinking to solve the problem of template matching pronunciation of varying lengths, is Earlier, more classic appearance of a speech recognition algorithm for isolated word recognition. In the training phase HMM algorithm needs to provide a large amount of speech data, by repeating the calculations to obtain the model parameters, and the algorithm of DTW training requires little extra computation. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.
To Search:
File list (Check if you may need any files):
DTW
...\.project
...\.pydevproject
...\src
...\...\dtw.py