Algorithms-Open-Source
Algorithms-Open-Source copied to clipboard
Viterbi algorithm
Ubiquitous in cell phone technology, and many other applications, Viterbi algorithm is a Dynamic Programming based algorithm that finds the most likely sequence of states.
I would like to implement this in C!
@tylerbk6 Go on!
@tylerbk6 any progress man?