Hidden Markov models package in R

后端 未结 4 1069
感动是毒
感动是毒 2021-02-04 20:35

I need some help implementing a HMM module in R. I\'m new to R and don\'t have a lot of knowledge on it. So i have to implement an IE using HMM, i have 2 folders with files, on

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-04 21:08

    I'm not sure what exactly you want to do, but you might find this excellent tutorial on hidden Markov models using R useful. You build the functions and Markov models from scratch starting from regular Markov models and then moving to hidden Markov models. That's really valuable to understand how they work.

    There is also the R package depmixS4 for specifying and fitting hidden Markov models. It's documentation is pretty solid and going through the example code might help you.

提交回复
热议问题