Markov Chains
Thamognya Kodi August 03, 2022 [machine learningnatural language processing] #markov #markov chains #nlp #HMMMarkov Chains
Markov chain is a mathematical system and also a stochastic process, but differs as the general stochastic process have memory of previous steps while markov chains are made to not have any form of memory. This is easily visualized by the following:
- A general stochastic process is a bag of balls (with various) where you take out 1 ball each time without replacement
- Markov Chains with replacement
- This allows markov chains to not depend on the previous change as if it were not replaced the chance of another ball of the same color the probabilty of balls of different colors will change.