# Reading_Comprehension **Repository Path**: its_onion/Reading_Comprehension ## Basic Information - **Project Name**: Reading_Comprehension - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目介绍 # 所用到的知识点 ## 1.HMM > **Hidden Markov Model** > > 相关知识点:[马尔可夫模型](https://en.wikipedia.org/wiki/Markov_model) > > 未来的状态只依赖于当前状态,和之前的状态无关。 > > It is assumed that future states depend only on the current state, not on the events that occurred before it. ### 隐含马尔可夫模型五要素 1. 隐藏状态 2. 可见状态 3. 初始概率 4. 转移概率 5. 输出概率(发射概率) ## 2.Viterbi