好像不完全算 paper reading,算 theory or algo-understanding。
以下都是一堆數學,簡單來說就是一堆機率統計(包含貝氏)和以此延伸的最佳化。
🎁 Introduction
Notations
Two Assumptions held for the first order HMM
Markov Assumption: $P(q_i|q_1, ..., q_{i-1}) = P(q_i|q_{i-1})$ 轉換到現在 state,只與前一個 state 有關。
Output Independence: $P(o_i|q_{1:T}, o_{1:T}) = P(o_i|q_i)$ output observation $o_i$ 只和當前的 state $q_i$(state that produced $o_i$) 有關,和其他任何 states 或任何 observations 都無關。