当前位置:网站首页>隐马尔科夫模型 HMM
隐马尔科夫模型 HMM
2022-07-21 10:36:00 【Coding~Man】
所解决的问题有两个特征:
1:我们的问题是基于序列的,比如时间序列,或者状态序列。
2:我们的问题中有两类数据,一类序列数据是可以观测到的,即观测序列;而另一类数据是不能观察到的,即隐藏状态序列,简称状态序列。
模型定义:
例如:乔布斯发明了苹果手机
HMM模型做了两个很重要的假设如下:
1) 齐次马尔科夫链假设。即任意时刻的隐藏状态只依赖于它前一个隐藏状态
2) 观测独立性假设。即任意时刻的观察状态只仅仅依赖于当前时刻的隐藏状态
最开始的初始状态:
**
**
即根据给出的观测序列𝑂={红,白,红},预测每个小球最有可能从那个盒子出来。
所以对应观测序列(红,白,红),最有可能的隐藏序列是(盒子3,盒子3,盒子3)。
https://www.cnblogs.com/pinard/p/6991852.html
边栏推荐
- 剑指 Offer 52. 两个链表的第一个公共节点
- Solution to the offset of Gaode map positioning on GeoServer layer
- 剑指 Offer 45. 把数组排成最小的数
- restTemplate返回字符乱码问题
- Self defined multiple code of station B
- Jenkins: when building, enter the subdirectory and then perform MVN operation
- filebeat自动关闭解决
- Mathematical angles, radians and trigonometric functions in the game
- 剑指 Offer 40. 最小的k个数
- Harbor warehouse construction and simple use
猜你喜欢
js教程实践(JS基础)
【 JS Reverse 100 examples】 Reverse Analysis of Announcement URL Parameters in a Public Resource Trading Network
unity-表面着色器基础备忘录
[machine learning] dimension reduction technology PCA
Mathematical angles, radians and trigonometric functions in the game
【JS 逆向百例】某公共資源交易網,公告 URL 參數逆向分析
map文件如何导出教程
极化SAR——极化椭圆
[machine learning] kmeans clustering
简易Shader实践记录5-屏幕渐变
随机推荐
游戏代码规范实例之单例
unity-表面着色器基础备忘录
Batch efficient feature decomposition of eccv2022 small and medium-sized matrices
Unity surface shader foundation memo
Mathematical angles, radians and trigonometric functions in the game
怎样才能让需求无法如期顺利上线(五)业务验收阶段
Go process string to legal file name
剑指 Offer 48. 最长不含重复字符的子字符串
推荐系统常见术语
3分钟掌握hook在typescript中的姿势
3D basis of mathematics in games
DAY 5 (数组)
Series operation of deque container (detailed explanation)
游戏中的数学之3D基础
决策树_ID3_C4.5_CART
Array / slice of go
Simple special effect production byunityparticlesystem
阅读笔记:《You Only Look Once:Unified,Real-time Object Detection》
简易特效制作ByUnityParticleSystem
怎样才能让需求无法如期顺利上线(四)集成测试阶段