Viterbi algorithm: Difference between revisions

Content deleted Content added
Zbeso (talk | contribs)
Tags: Reverted Mobile edit Mobile web edit
Line 36:
'''input''' init: initial probabilities of each state
'''input''' trans: S × S transition matrix
'''input''' emit: S × O emission matrix #O is total words in corpus
'''input''' obs: sequence of T observations