搜索资源列表
模式识别常用模型和算法
- 模式识别常用模型和算法,包括BP神经网络的C语言实现,BP神经网络解决异或问题,HMM的C语言实现-common model and pattern recognition algorithms including Neural Network C language, BP neural network solutions differences or problems, HMM C language, etc.! !
hmmbox_4_1
- hmm算法的经典matlab程序,可用于模式识别等人工智能方面-classic Matlab program can be used for pattern recognition, such as artificial intelligence
HMM-v1.02
- 稳马尔科夫HMM算法的C语言源代码,可用于图像处理及一维信号处理。-stable Markov HMM algorithm C language source code that can be used for image processing and one-dimensional signal processing.
hmmthreequestions
- 这是一个有关于HMM的算法,该程序实现三大问题,并对HMM的第三算法作了修正-on the HMM algorithm, the process to achieve three major problems. HMM also the third algorithm was amended
算法ppt
- 隐马尔可夫模型算法(解压后为ppt文件,改名为a.ppt)-HMM algorithm (decompression after ppt documents, renamed a.ppt)
C语言的HMM算法库
- 一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code
hmm123
- hmm算法 包括前后向算法、viterbi算法、bw算法等另外包括内存申请等源代码-algorithm to include before and after algorithm, Viterbi algorithm, bw algorithm other memory applications including source code
hmm.zip
- 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
HVite.rar
- 实现HMM算法,VQ算法,以及神经网络算法的语音识别程序,Realize the arigthom of HMM(training),VQ and NN for speech recognition
Bayes_EM
- 利用matlab实现的基于EM算法的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-Using matlab to achieve EM algorithm based on Bayesian classifier of the source code can be used to classification or identification, it is worthy of collection
2DLDAwiththeSVM-basedfacerecognitionalgorithm
- 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
HMM_C
- HMM算法,采用C语言实现,学习神经网络一个不错的程序,希望有所帮助-HMM algorithm,Using C to accomplish
HMM
- 该模型包括两个程序: 1、根据观察序列创建一个HMM模型,利用BW算法估计HMM的参数。 2、根据已知的观察序列和HMM模型,估计观察序列的概率值,利用Forward算法 注:在HMM.cpp中分别有这两个主程序,运行一个的时候注释另一个。-The model includes two procedures: 1 sequence to create a HMM based on the observed model, the BW algorithm estimates the p
hmm
- c++实现的hmm基本算法,有注释,简单易懂。-hmm c++ implementation of the basic algorithm, with annotations, easy to understand.
HMM
- VisualBasic 的 HMM 范例 HMM模型,Viterbi,滑动窗算法唐纳 Helland(定位在人类的DNA基因的目的)-HMM、Viterbi、and Sliding Window Algorithms (for purposes of locating genes in human DNA) by Tanner Helland This project demonstrates use of a Hidden Markov Model (HMM) to define
hmm-java
- 隐马尔科夫经典算法的JAVA实现!可以用来做结构预测!-JAVA implementation of the classical algorithm of hidden Markov Structure prediction can be used to do!
hw3
- 在打鸭子游戏中运用HMM算法。猜测500只鸭子的可能行为。由服务器给出鸭子的行为,通过forward-backward algorithm 来得到transmission matrix, observation matrix和初始状态矩阵。程序根据服务器给出的observed state 来猜测鸭子的下一个state。observe state有三种运动方式和四种运动方向组合而成。鸭子有三种运动方式,加速,保持速度,和静止。有上下东西四个运动方向。-HMM algorithm applicati
HMM--Java
- 隐马尔科夫模型HMM算法java实现 可以直接实现哦-Hidden Markov Model HMM algorithm java implementation can directly realize oh
HMM-model---CSharp
- HMM模型的C#的算法实现。-HMM C#
HMM-python-master
- 用python实现了隐马尔科夫模型的概率计算和预测部分,主要是前向后向算法和维特比算法-Realized with python hidden Markov model probability calculation and prediction part is mainly forward-backward algorithm and the Viterbi algorithm