|
Hidden Markov models (Viterbi and posterior decoding)
The answer to this weeks exercise can be copied using the command (remember the . in the end of the cp command!)
cd src
cp /usr/opt/www/pub/CBS/courses/27625.algo/exercises/code/HMM/viterbi_ans.c .
cp /usr/opt/www/pub/CBS/courses/27625.algo/exercises/code/HMM/posterior_ans.c .
|