Machine Learning/HMM: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 13: Line 13:
==== R ====
==== R ====
* [http://cran.r-project.org/web/packages/HMM/index.html HMM]: very simple hidden markov models
* [http://cran.r-project.org/web/packages/HMM/index.html HMM]: very simple hidden markov models
* [http://cran.r-project.org/web/packages/hmm.discnp/index.html hmm.discnp]: good, allows multiple observations
* [http://cran.r-project.org/web/packages/hmm.discnp/index.html hmm.discnp]: allows observations of multiple runs
* [http://cran.r-project.org/web/packages/msm/index.html msm]: continuous time, with covariates
* [http://cran.r-project.org/web/packages/msm/index.html msm]: continuous time, with covariates, multiple runs

Revision as of 20:59, 4 August 2010

Hidden Markov Models

Papers/Tutorials

Implementations

R

  • HMM: very simple hidden markov models
  • hmm.discnp: allows observations of multiple runs
  • msm: continuous time, with covariates, multiple runs