文件名称:accord-hmm-source
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-07-26
- 文件大小:
- 67kb
- 下载次数:
- 0次
- 提 供 者:
- xps****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Hidden Markov Models in C#-Introduction
Hidden Markov Models were first described in a series of statistical papers by Leonard E. Baum and other authors in the second half of the 1960s. One of the first applications of HMMs was speech recognition, starting in the mid-1970s. Indeed, one of the most comprehensive explanations on the topic was published in “A Tutorial On Hidden Markov Models And Selected Applications in Speech Recognition”, by Lawrence R. Rabiner in 1989. In the second half of the 1980s, HMMs began to be applied to the analysis of biological sequences, in particular DNA. Since then, they have become ubiquitous in the field of bioinformatics.
Dynamical systems of discrete nature assumed to be governed by a Markov chain emits a sequence of observable outputs. Under the Markov assumption, it is also assumed that the latest output depends only on the current state of the system. Such states are often not known the observer when only the output values are observable.
Example of a hidden Markov
Hidden Markov Models were first described in a series of statistical papers by Leonard E. Baum and other authors in the second half of the 1960s. One of the first applications of HMMs was speech recognition, starting in the mid-1970s. Indeed, one of the most comprehensive explanations on the topic was published in “A Tutorial On Hidden Markov Models And Selected Applications in Speech Recognition”, by Lawrence R. Rabiner in 1989. In the second half of the 1980s, HMMs began to be applied to the analysis of biological sequences, in particular DNA. Since then, they have become ubiquitous in the field of bioinformatics.
Dynamical systems of discrete nature assumed to be governed by a Markov chain emits a sequence of observable outputs. Under the Markov assumption, it is also assumed that the latest output depends only on the current state of the system. Such states are often not known the observer when only the output values are observable.
Example of a hidden Markov
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Samples
.......\Statistics
.......\..........\HMM
.......\..........\...\ExcelReader.cs
.......\..........\...\HMM.csproj
.......\..........\...\MainForm.cs
.......\..........\...\MainForm.Designer.cs
.......\..........\...\MainForm.resx
.......\..........\...\Program.cs
.......\..........\...\Properties
.......\..........\...\..........\AssemblyInfo.cs
.......\..........\...\..........\Resources.Designer.cs
.......\..........\...\..........\Resources.resx
.......\..........\...\..........\Settings.Designer.cs
.......\..........\...\..........\Settings.settings
.......\..........\...\Resources
.......\..........\...\.........\example.xls
.......\..........\...\TableSelectDialog.cs
.......\..........\...\TableSelectDialog.Designer.cs
.......\..........\...\TableSelectDialog.resx
Sources
.......\Accord.Math
.......\...........\Accord.Math.csproj
.......\...........\Matrix.cs
.......\...........\Properties
.......\...........\..........\AssemblyInfo.cs
.......\Accord.Statistics
.......\.................\Accord.Statistics.csproj
.......\.................\Models
.......\.................\......\Markov
.......\.................\......\......\Discrete
.......\.................\......\......\........\HiddenMarkovModel.cs
.......\.................\......\......\........\MarkovSequenceClassifier.cs
.......\.................\Properties
.......\.................\..........\AssemblyInfo.cs
.......\.................\..........\CustomDictionary.xml
.......\Accord.Statistics.Controls
.......\..........................\Accord.Controls.Statistics.csproj
.......\..........................\ArrayDataView
.......\..........................\.............\ArrayDataView.cs
.......\..........................\.............\ArrayPropertyDescriptor.cs
.......\..........................\.............\ArrayRowView.cs
.......\..........................\Properties
.......\..........................\..........\AssemblyInfo.cs
Copyright.txt
License.txt
affiliate.xlsx