hidden-markov-model icon indicating copy to clipboard operation
hidden-markov-model copied to clipboard

IOHMM with missing observations

Open aminzadenoori opened this issue 4 years ago • 0 comments

I am working on a project that I need to implement the em algorithm for IOHMMs when the transition and observation probabilities are dependant on the inputs that it means P(s2)=p(S1|input,s1) and P(O t)=P(s t-1, input t). Because your code is very well written and well implemented with a little bit modification on your code I can use it in my project. thank you.

aminzadenoori avatar Jun 18 '20 15:06 aminzadenoori