CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - hmm pdf
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - hmm pdf - List
[
Other resource
]
stock_market_forecasting
DL : 0
A fusion model of HMM, ANN and GA for stock market forecasting.pdf 股票预测,使用方法:HMM,ANN(神经网络),GA(遗传算法)等!
Update
: 2008-10-13
Size
: 293.06kb
Publisher
:
黄波
[
Graph program
]
隐马尔可夫
DL : 0
用于人脸识别的隐马尔可夫随机过程,英文原版文章。-original english edition of article about face recogniton based on implicit markov random process.
Update
: 2025-02-17
Size
: 558kb
Publisher
:
xg
[
Graph Recognize
]
HMMOCRSpeechRecognitionbyQHLeee
DL : 0
本文在研究基于HMM的语音识别系统的基础上,借鉴语音识别中的一些方法,建立基于HMM的手写数字识别系统,并讨论在两个不同领域的研究中,如何在充分考虑本问题领域特性的基础上,借鉴另一领域的成熟理论和方法,以提高基于HMM的语音识别和文字识别的系统性能。-Based on the research-based HMM Speech Recognition System on the basis of speech recognition from some of the ways, HMM-based handwriting recognition system figures, and discussed in two different areas of study, how to fully consider the characteristics of the area, based on another area from the mature theories and methods, to enhance HMM-based speech recognition and text recognition system performance.
Update
: 2025-02-17
Size
: 8.92mb
Publisher
:
QHLee
[
Speech/Voice recognition/combine
]
Lecture-VoiceRecognition
DL : 0
语音识别知识讲稿,了解语音识别基本知识和基本方法的捷径-Speech Recognition knowledge speech, speech recognition to understand the basic knowledge and basic methods of shortcuts
Update
: 2025-02-17
Size
: 975kb
Publisher
:
张磊
[
AI-NN-PR
]
HMMtring
DL : 0
HMM的学习问题和解码问题研究 这一模型逐渐被应用到很多领域, 如语音识别、基因关联分析和基因识别、文字识别、图象处理、目标跟踪和信号处理等。 隐马氏模型需要解决三个问题:学习问题、识别问题和解码问题。 -HMM learning problem and decoding study this model being applied to many fields, such as speech recognition, genetic association analysis and gene identification, character recognition, image processing, target tracking and signal processing. Hidden Markov Model of the need to address three issues: learning problems, identify problems and decoding problems.
Update
: 2025-02-17
Size
: 1.57mb
Publisher
:
[
Finance-Stock software system
]
stock_market_forecasting
DL : 0
A fusion model of HMM, ANN and GA for stock market forecasting.pdf 股票预测,使用方法:HMM,ANN(神经网络),GA(遗传算法)等!-A fusion model of HMM, ANN and GA for stock market forecasting.pdf stock prediction, the use of methods: HMM, ANN (Artificial Neural Network), GA (genetic algorithm), etc.!
Update
: 2025-02-17
Size
: 293kb
Publisher
:
黄波
[
Speech/Voice recognition/combine
]
HMM_paper
DL : 0
隐马尔科夫理论,HMM的经典PAPER,-Hidden Markov theory, HMM classic PAPER,
Update
: 2025-02-17
Size
: 180kb
Publisher
:
carry
[
Speech/Voice recognition/combine
]
HMM-DL
DL : 0
本文章描述了隐马尔科夫(HMM)在语音识别中的应用,介绍了评估、解码、训练-This article describes the hidden Markov [HMM] in speech recognition applications, introduce an evaluation, decoding, training
Update
: 2025-02-17
Size
: 28kb
Publisher
:
陈彪
[
Books
]
shengxue
DL : 0
声学技术手册.pdf 语音识别,语者识别,语音研究辅助资料-shengxue
Update
: 2025-02-17
Size
: 8.39mb
Publisher
:
wsw
[
Other
]
Chinese_speech_recognition
DL : 0
哈工大博士论文,基于HMM和ANN的汉语语音识别。-HIT doctoral thesis, based on the HMM and ANN Chinese speech recognition.
Update
: 2025-02-17
Size
: 4.12mb
Publisher
:
王青云
[
Speech/Voice recognition/combine
]
masuko-doctor
DL : 0
HTS语音合成系统的设计和实现,是日本人的博士论文,做hmm based 语音合成。-HTS speech synthesis system design and implementation 。it is a doctoral thesis, about hmm based speech synthesis.
Update
: 2025-02-17
Size
: 1.06mb
Publisher
:
yujufeng
[
VC/MFC
]
HMM
DL : 0
隐马尔可夫模型Hidden Markov model-This is a good pdf .about Hidden Markov model.
Update
: 2025-02-17
Size
: 78kb
Publisher
:
wuyuangang
[
Algorithm
]
rabiner-HMM
DL : 0
HMM经典资料。后面还附有语音识别相关资料。
Update
: 2025-02-17
Size
: 2.08mb
Publisher
:
Tandy
[
matlab
]
cdhmm
DL : 0
连续隐马尔可夫识别程序。 包含的模块,可以比较完整地进行语言识别。 主要模块: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.m mfcc.m -speech recognize using HMM include 11 matlab fuction: Test.m Train.m viterbi.m baum.m pdf.m recog.m mixture.m mfcc.m
Update
: 2025-02-17
Size
: 525kb
Publisher
:
JF
[
Speech/Voice recognition/combine
]
hmm
DL : 0
hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。-hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.
Update
: 2025-02-17
Size
: 526kb
Publisher
:
于军
[
JSP/Java
]
handwritingVDHMM[1].pdf
DL : 0
this is a cdvd hmm ... a basic paper on this topic
Update
: 2025-02-17
Size
: 1.34mb
Publisher
:
Abhinav
[
JSP/Java
]
mle.pdf
DL : 0
this a cdvd hmm ... a basic paper on this topic basically deas with mle algorithm-this is a cdvd hmm ... a basic paper on this topic basically deas with mle algorithm
Update
: 2025-02-17
Size
: 79kb
Publisher
:
Abhinav
[
JSP/Java
]
Semi-hmm-murphy.pdf
DL : 0
this is a cdvd hmm ... a basic paper on this topic this is about semi h-this is a cdvd hmm ... a basic paper on this topic this is about semi hmm
Update
: 2025-02-17
Size
: 86kb
Publisher
:
Abhinav
[
Speech/Voice recognition/combine
]
HMM
DL : 0
HMM的非特定人关键词提取语音识别系统,pdf文件,感兴趣的可以-Non-specific persons HMM speech recognition system keyword extraction, pdf documents, interested can look at
Update
: 2025-02-17
Size
: 198kb
Publisher
:
黄文
[
Documents
]
hmm
DL : 0
hmm pdf for Hidden Markov Models
Update
: 2025-02-17
Size
: 226kb
Publisher
:
mahta
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.