What are the parameters of a discrete HMM?
N states and K observation types are involved in the model.
In a discrete HMM, what does B represent?
B = {bi(k)} = {P(ot=k|xt=i)}
It denotes the discrete output probabilities for each state.
What are the parameters of a continuous HMM?
The state-transition probabilities are represented as A = {j, aij, ni} = {P(x+=j|x+-1=i)}.
In a continuous HMM, what does A represent?
A = {j, aij, ni} = {P(x+=j|x+-1=i)}
It describes the state-transition probabilities.
What is the output probability density function for each state i in a continuous HMM?
p(ot|xt=i)
The output pdf can be Gaussian, represented as bilot) = N(otiMi, Ei).
In a continuous HMM, the output pdf for state i can be represented as __________.
bilot) = N(otiMi, Ei)
This indicates that the output is normally distributed with mean Mi and variance Si.
What is the notation used for state transition probabilities in a discrete HMM?
aij
These probabilities define the likelihood of transitioning from one state to another.
What does N represent in the context of HMMs?
The number of states
N is a crucial parameter that defines the structure of the model.
What is the range for i and j in the state transition probabilities for HMMs?
1 ≤ i, j ≤ N
This indicates that both indices must fall within the total number of states.
What is the range for k in the discrete output probabilities for HMMs?
1 ≤ k ≤ K
K represents the number of observation types.