Talk:Forward–backward algorithm: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 14:
The initial call can either be done by creating a loop and calling with all initial probabilities, or creating a dummy start state with transition probabilities equal to the initial probabilities and calling using that.
[[User:Mskinn99|Mskinn99]] ([[User talk:Mskinn99|talk]]) 21:04, 13 January 2008 (UTC)
 
[[Viterbi algorithm]] has better pseudo-code, and a better description. The two algorithms are so similar (they can both be implemented in a single function) that it might be worth merging the articles.