https://github.com/avinashbarnwal/hidden-markov-model
https://github.com/avinashbarnwal/hidden-markov-model
hmm-viterbi-algorithm r
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avinashbarnwal/hidden-markov-model
- Owner: avinashbarnwal
- Created: 2018-10-15T00:20:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T19:13:54.000Z (over 7 years ago)
- Last Synced: 2025-10-10T04:34:00.258Z (10 months ago)
- Topics: hmm-viterbi-algorithm, r
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Hidden-Markov-Model**
Purpose of this repository is to showcase the idea, mathematics and implementation of HMM. I have used R to show the implementation.

[source](https://www.wikiwand.com/en/Hidden_Markov_model)
**Problem Formulation**
The number of hidden states is unknown. K is the total number hidden states. We assume that given the hidden states
 , . Assume the input vector , goal is to estimate , where  can take values from 1,2,...,K.
Generally for state-space modeling with unknown hidden states. Lets K = 2,3,4 or more. We are suppose to estimate suitable K.
Paramters to estimate transition matrix KxK , 
Steps:-