kanchan itankar
Followers: 0 Following: 0
Feeds
已回答
how to implemment HMM [Hidden Markov Model of speech recognition]
clc; close all; in_st = [0.5 , 0.5] ; s = [0.9,0.1;0.9,0.1]; r = [0.25 , 0.75]; b = [0.75 , 0.25]; inp = [1,2,2]; alpha =...
how to implemment HMM [Hidden Markov Model of speech recognition]
clc; close all; in_st = [0.5 , 0.5] ; s = [0.9,0.1;0.9,0.1]; r = [0.25 , 0.75]; b = [0.75 , 0.25]; inp = [1,2,2]; alpha =...
4 years 前 | 0