Finding the top - k viterbi paths in HMM

后端 未结 2 1075
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-05 21:19

I need to write an algorithm that finds the top-k viterbi paths in a HMM (using the regular viterbi algorithm to find the best path).

I think I probably need to save a l

2条回答
  •  失恋的感觉
    2021-02-05 22:00

    There's actually extensive literature on this. It took some digging, but I found this.

    List Viterbi Decoding Algorithms with Applications

    http://www.ensc.sfu.ca/people/faculty/cavers/ENSC805/readings/42comm02-seshadri.pdf

提交回复
热议问题