CS 141 Introduction to AI Greenwald
TBA
TBA
|
Homework 8: Hidden Markov Models Due: |
By the end of this homework, you will understand:
the Viterbi algorithm, forwards and backwards
Explain how the forward (α) and backward (β) probabilities can also be used to solve the decoding problem. What is the advantage of the Viterbi algorithm over this alternative solution?
Write a backwards version of the Viterbi algorithm.