I have a HMM where forward-backward probability increases in Iteration 1, then it decreases and then increases (as well as converges). Probability values after iterations 0,1,2,3,4 are:
1.1E-15, 1.5E-11, 9.7E-17, 1.19E-16, 1.21E-16
I think we can consider 'i'th iteration as model output only if probability reaches local maxima at that point as well as it converges. Can the output of this model not be trusted?
Please refer to the excel file available at: https://www.cs.jhu.edu/~jason/465/PowerPoint/lect24-hmm.xls I'm referring to the 'p' values in cells HB3-HL3. In my problem, I get 1.1E-15 1.5E-11 9.7E-17 1.19E-16 1.21E-16 after iterations 0,1,2,3,4.