当前位置:网站首页>HMM notes
HMM notes
2022-07-07 01:13:00 【twt10512】
You need to know three elements :
1、 Hidden state probability of the first day , The first day was far away Sunny probability 0.67, The probability of rainy days far away on the first day 0.33.
2、 The emission probability of the hidden state , a sunny day 0.8 Happy , a sunny day 0.2 angry . rain 0.4 Happy , rain 0.6 angry .
3、 State transition matrix , Sunny to sunny 0.8, Sunny to rainy 0.2. Rainy days to sunny days 0.4, Rainy days to rainy days 0.6.
viterbi algorithm : According to the dominant state sequence mood -> Invisible state sequence The weather

consider Max( The weather sequence is in 6 Probability of sunny days , The weather sequence is in 6 Probability of rainy days )
Dependent on the weather sequence in the 5 Probability of sunny days , The weather sequence is in 5 Probability of rainy days
The weather sequence is in 5 Probability of sunny days from Max( The weather sequence is in 4 Probability of sunny days To The weather sequence is in 5 Probability of sunny days
The weather sequence is in 4 Probability of rainy days To The weather sequence is in 5 Probability of sunny days ) Select the maximum probability route by The weather sequence is in 5 Probability of sunny days , Other low probability routes are not considered )
The weather sequence is in 5 Probability of rainy days from Max( The weather sequence is in 4 Probability of sunny days To The weather sequence is in 5 Probability of rainy days
The weather sequence is in 4 Probability of rainy days To The weather sequence is in 5 Probability of rainy days ) Select the maximum probability route by The weather sequence is in 5 Probability of sunny days , Other low probability routes are not considered )
Do this from the next day to the last day .
Because the first day is known .
边栏推荐
猜你喜欢
![[user defined type] structure, union, enumeration](/img/a5/d6bcfb128ff6c64f9d18ac4c209210.jpg)
[user defined type] structure, union, enumeration
Deeply explore the compilation and pile insertion technology (IV. ASM exploration)
![[batch dos-cmd command - summary and summary] - jump, cycle, condition commands (goto, errorlevel, if, for [read, segment, extract string]), CMD command error summary, CMD error](/img/a5/41d4cbc070d421093323dc189a05cf.png)
[batch dos-cmd command - summary and summary] - jump, cycle, condition commands (goto, errorlevel, if, for [read, segment, extract string]), CMD command error summary, CMD error

Dell Notebook Periodic Flash Screen Fault

动态规划思想《从入门到放弃》

New feature of Oracle 19C: automatic DML redirection of ADG, enhanced read-write separation -- ADG_ REDIRECT_ DML

Trace tool for MySQL further implementation plan

HMM 笔记

详解OpenCV的矩阵规范化函数normalize()【范围化矩阵的范数或值范围(归一化处理)】,并附NORM_MINMAX情况下的示例代码

「精致店主理人」青年创业孵化营·首期顺德场圆满结束!
随机推荐
斗地主游戏的案例开发
Do you understand this patch of the interface control devaxpress WinForms skin editor?
NEON优化:性能优化常见问题QA
Batch obtain the latitude coordinates of all administrative regions in China (to the county level)
pyflink的安装和测试
NEON优化:性能优化经验总结
Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
Building a dream in the digital era, the Xi'an station of the city chain science and Technology Strategy Summit ended smoothly
Let's talk about 15 data source websites I often use
深度学习框架TF安装
[hfctf2020]babyupload session parsing engine
Installation and testing of pyflink
ARM裸板调试之JTAG原理
Cause of handler memory leak
A brief history of deep learning (II)
Oracle: Practice of CDB restricting PDB resources
第七篇,STM32串口通信编程
Telerik UI 2022 R2 SP1 Retail-Not Crack
系统休眠文件可以删除吗 系统休眠文件怎么删除
gnet: 一个轻量级且高性能的 Go 网络框架 使用笔记