rfechner / generic-hmm

Apache License 2.0
2 stars 1 forks source link

Allow for the HMMs to predict an unknown hidden state #13

Closed rfechner closed 2 years ago

rfechner commented 2 years ago

Hidden Markov Models allow for training of lambda = (A, B, pi) simply by supplying the observations and number of hidden states. To allow for this prediction on unknown state should be a central task of the model

rfechner commented 2 years ago

It was decided, that in order to meet the contrains given by the scope of the thesis to omit the ability of the tool to predict a truly "hidden" state.