A model that tries to predict the next future state given one future state (one in the case of 1st-order Markov models)
- Called the initial probability
- Called the transition probability
- The probability that the future state is given the current state is
Time Complexity
Training
- Viterbi Algorithm