photo

kanchan itankar


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 =...

3 years ago | 0