Forward–backward algorithm: Difference between revisions

Content deleted Content added
m fixing math
fixed a broken link
Line 402:
 
==External links ==
* [http://www.cs.jhu.edu/~jason/papers/#tnlp02eisner-2002-tnlp An interactive spreadsheet for teaching the forward–backward algorithm] (spreadsheet and article with step-by-step walk-through)
* [http://www.cs.brown.edu/research/ai/dynamics/tutorial/Documents/HiddenMarkovModels.html Tutorial of hidden Markov models including the forward–backward algorithm]
* [http://code.google.com/p/aima-java/ Collection of AI algorithms implemented in Java] (including HMM and the forward–backward algorithm)