Hidden Markov Model
1) A statistical model that assumes that the system it’s modelling on is a Markov process with unobservable states.
2) A 5-tuple of S (a set of possible latent states), Σ (set of all observations), T (a transition matrix between hidden states), E (transition probability of selecting an element in element given a state s ∈ S), π (initial distribution over states)
3) Example of use: speech recognition
Markov Process
Markov Chain
First-order Markov Chain
p(xn+1 || xp, xn-1,…,x1, x0)
Markov Property
A sequence in which the distribution for xn+1 depends only on a few events
Latent variable
A variable that can’t be seen or measured in the data
Probability
Number between 0 and 1 which measures the chance of an event occurring
Conditional probability
Joint probability
Marginal probability
Random variable
A variable whose value is subject to uncertainty or chance
Discrete random variable
A random variable that can only take a countable number of values. For example, a coin toss
Continuous random variable
A random variable where the data can take infinitely many values. For example, measuring computation time
Bayes Theorem
Supervised classification
Unsupervised classification
Closed form solution
Regression
Uniform distribution
Binomial coefficient
Binomial distribution
> X = 1 with probability p
> X = 0 with probability 1 - p
> 0 <= p <= 1
> EX = 1p + 0(1 - p) = p
> VarX = p(1 - p)
Negative binomial distribution
The distribution of the number of trials needed to get a fixed number of successes
Poisson distribution
Hypergeometric distribution