登录
首页 » Python » hsmm

hsmm

于 2019-05-27 发布 文件大小:14914KB
0 284
下载积分: 1 下载次数: 11

代码说明:

  隐马尔科夫模型是关于时序的概率模型,描述由一个隐藏的马尔科夫链随机生成不可观测的状态随机序列,再由各个状态生成一个观测而产生观测序列的过程。隐藏的马尔科夫链随机生成的状态的序列,称为状态序列;每个状态生成一个观测,而由此产生的观测的随机序列,称为观测序列。马尔科夫链由初始概率分布、状态转移概率分布以及观测概率分布确定(The hidden Markov model is a probabilistic model for time series. It describes the process of randomly generating unobservable state random sequences from a hidden Markov chain, and then generating an observation by each state to produce an observation sequence. A sequence of randomly generated states of hidden Markov chains, called a sequence of states; each state produces an observation, and the resulting random sequence of observations is called an observation sequence. Markov chain is determined by initial probability distribution, state transition probability distribution and observation probability distribution)

文件列表:

hsmm\.idea\encodings.xml, 138 , 2019-03-14
hsmm\.idea\hsmm.iml, 408 , 2019-03-14
hsmm\.idea\misc.xml, 195 , 2019-03-14
hsmm\.idea\modules.xml, 267 , 2019-03-14
hsmm\.idea\workspace.xml, 20377 , 2019-03-17
hsmm\distributions.py, 19845 , 2015-04-10
hsmm\em.py, 3566 , 2019-03-14
hsmm\evaluation.py, 1355 , 2015-04-10
hsmm\eval_scenes.py, 2747 , 2019-03-14
hsmm\examples\bach-vs2-4alg-short.mat, 3548763 , 2015-04-10
hsmm\examples\ravel-fft.mat, 4910638 , 2015-04-10
hsmm\examples\scenes-short3.label.npy, 5680 , 2015-04-10
hsmm\examples\scenes-short3.mat, 5442591 , 2015-04-10
hsmm\examples\vs2-4alg-short.label.npy, 3720 , 2015-04-10
hsmm\gen_data.py, 1492 , 2015-04-10
hsmm\hmm.py, 16681 , 2019-03-14
hsmm\hsmm.py, 14449 , 2015-04-10
hsmm\kmeans.py, 2356 , 2019-03-14
hsmm\main_audio.py, 17505 , 2019-03-14
hsmm\main_simul.py, 4033 , 2019-03-14
hsmm\README.md, 656 , 2015-04-10
hsmm\sounds\Ravel-ex0.wav, 646672 , 2015-04-10
hsmm\sounds\scenes_short3.aiff, 715912 , 2015-04-10
hsmm\sounds\vs2-4alg-short.aiff, 821302 , 2015-04-10
hsmm\__pycache__\distributions.cpython-35.pyc, 29358 , 2019-03-14
hsmm\__pycache__\em.cpython-35.pyc, 4421 , 2019-03-14
hsmm\__pycache__\evaluation.cpython-35.pyc, 1725 , 2019-03-14
hsmm\__pycache__\gen_data.cpython-35.pyc, 1880 , 2019-03-14
hsmm\__pycache__\hmm.cpython-35.pyc, 16541 , 2019-03-14
hsmm\__pycache__\hsmm.cpython-35.pyc, 14787 , 2019-03-14
hsmm\__pycache__\kmeans.cpython-35.pyc, 2856 , 2019-03-14
hsmm\.idea, 0 , 2019-03-17
hsmm\examples, 0 , 2015-04-10
hsmm\sounds, 0 , 2015-04-10
hsmm\__pycache__, 0 , 2019-03-14
hsmm, 0 , 2019-03-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ss
    说明:  neural network falut finding
    2009-05-01 22:49:47下载
    积分:1
  • MutualInformationEstimation
    computing Mutual information estimation of a mixture sounds
    2010-02-18 16:57:46下载
    积分:1
  • yuanfugaiwenti
    说明:  计算在一个矩形里,用同等大小圆来覆盖这个区域,所需要的最小圆个数,我已经运行过(Calculated in a rectangle, the circle with the same size to cover the region, the minimum required for a round number, I have to run-off)
    2009-08-20 16:03:32下载
    积分:1
  • Blur2
    Total Variation Deconvolution using Split Bregman 是一种图像去模糊算法 内涵C的源代码 可供参考使用(Total Variation Deconvolution using Split Bregman introduce a duburring algorithma in image processing)
    2014-09-02 19:10:33下载
    积分:1
  • NIUDUNCHAZHI
    牛顿插值法,里面有程序和源码说明,还有运行结果,欢迎下载(Newton interpolation method, there are procedures and source code instructions, as well as the results, are welcome to download)
    2013-12-13 10:06:31下载
    积分:1
  • MATLAB-PF
    基于matlab的粒子滤波经典程序。实现了目标跟踪。初学者非常好用!(Based on the classical particle filter matlab program. Achieve the target tracking. Beginners are very easy to use!)
    2021-04-12 09:58:58下载
    积分:1
  • RAM_Parabolic_Equation_Code
    抛物线方程法计算水声远场传播损失仿真代码(Parabolic equation method to calculate the far field of underwater acoustic transmission loss simulation code)
    2009-09-28 14:10:05下载
    积分:1
  • prime
    一是利用计算机对正整数进行素因子分解认识素数,通过运用筛法与试除法寻找一定范围内的素数,体会到筛法比试除法有效但无法找出所有素数;二是通过若干特殊形式的素数的研究,寻找素数生成公式,发现一些结论;三是借助于非线性拟合技术,观察素数分布规律,利用其研究有关数论问题。(The first computer was used to prime factor decomposition of positive integers understanding of prime numbers, through the use of screening method and trial division to find prime numbers within a certain range, the division experienced a test of an effective screening method but can not identify all the prime numbers second is through a number of special form of prime numbers research, looking for prime number generation formula, found that some of the conclusions third, by means of non-linear fitting technique to observe the distribution of prime numbers, using their research on number theory problems.)
    2009-12-29 01:04:50下载
    积分:1
  • abs
    单轮ABS仿真代码,对汽车动力学仿真有参考意义。(Single_whell abs simulation code, will help you on the simulation in auto dynamics)
    2010-05-09 17:43:17下载
    积分:1
  • PCAmatlab-
    PCA人脸识别 的源代码 在matlaB 里面实现的(PCA MatlAB FaceRec.m eigface Reconstruct.m calc xmean,sigma and its eigen decomposition)
    2012-05-23 23:36:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载