Hello everyone, in this opportunity I want to share with you a powerful mathematic tool know as Hidden Markov Models, this kind o model allows us to model very problems in the real life, for example:
You’ve just picked up your brand new Watch from a bookstore. After marveling at the technological wonder on your wrist, you quickly realize it only really tells you the time and your heartbeat. Having just completed your semester in Artificial Intelligence, you know this can easily be enhanced. You have decided to take the incoming heartbeat signal and improve it to become an early detection system for various heart conditions. To keep your prototype simple, you decide to monitor for only 3 conditions at first.
To understand the incoming data:
The HMMs below will be modeled using the following:
s = State Name
pp = Prior Probability
pst = Self Transition Probability
pt = Transition Probability
pe0 = Emission Probability of outputting a 0
pe1 = Emission Probability of outputting a 1
I hope you enjoy it, do not forget to follow me @falcao12