搜索资源列表
speech_recognition_with_matlab
- 用matlab强大的数学算法引擎去实现语音识别,对过去的方法进行综述,并有所创新,Using matlab powerful mathematical algorithms to realize the speech recognition engine, the past methods of synthesis and innovation
HVite.rar
- 实现HMM算法,VQ算法,以及神经网络算法的语音识别程序,Realize the arigthom of HMM(training),VQ and NN for speech recognition
dtw
- 语音识别,基于DTW算法的语音识别原理与实现,包含源程序,MATLAB-Speech recognition, speech recognition algorithm based on DTW Principle and Implementation, including source code, MATLAB
HMM100
- HMM matlab 源代码,可用于语音识别,是一种经典的算法,有广泛的应用范围。-HMM matlab source code, can be used for speech recognition is a classical algorithm, a wide range of applications.
softwarecode
- 中文分词是中文信息处理中的重要环节,中文分词技术广泛应用于自动翻译、文本检索、语音识别、文本校对、人工智能以及搜索引擎技术等领域。中文分词算法的选择,中文词库的构建方式,词库中词条的完备性在很大程度上与中文分词系统性能紧密相关。-Chinese word segmentation in Chinese information processing is an important part of Chinese word segmentation technology is widely used
rlsdtw
- 基于RLS及DTW算法的数字语音识别。用RLS算法来消噪从而提高DTW算法的识别率-Based on adaptive sub-band spectral entropy of the robustness of Speech Endpoint Detection
fftvq
- 小波变换加VQ语音识别程序。用小波变换来提高语音特征的性能,从而提高VQ算法的识别率-Wavelet transform plus VQ speech recognition program. Using wavelet transform to improve the performance of speech features to enhance the recognition rate of VQ algorithms
DTW
- DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法。用于孤立词识别,DTW算法与HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。 -DTW (Dynamic Time Warping, dynamic time warping) algorithm
1
- 经典的遗传算法程序,很不错,用于语音识别方面,不同以往的遗传算法,有兴趣可以看看。-Classical genetic algorithm program is very good for speech recognition, the genetic algorithm different from the past, interested to see.
GA-WNN
- 基于遗传算法和小波神经网络的语音识别系统,此系统识别率可以到较高-Based on genetic algorithm and neural network speech recognition system, this system can be to a higher recognition rate
hmm
- MATLAB编写的语音识别算法,中间有详细的代码注释,便于大家交流-Speech recognition algorithm written in MATLAB, the middle of a detailed code comments, easy to share
DTW语音识别
- 基于DTW的语音识别,可直接运行获得结果数据 不需要更改任何数据
NatureDeepReview
- 深度学习允许由多个处理层组成的计算模型来学习具有多个抽象层次的数据表示。这些方法极大地提高了语音识别、视觉对象识别、目标检测以及药物发现和基因组学等许多领域的最新进展。深度学习发现复杂的结构在大数据集,通过使用反向传播算法来指示一台机器应该如何改变其内部参数,用于计算在每一层的代表性,从上一层的代表。深层卷积网在处理图像、视频、语音和音频方面取得了突破性进展,而递归网络则在文本和语音等连续数据上起到了作用。(Deep learning allows computational models th
语音识别1
- 英文数字以及简单单词语音识别,用DTW算法实现,其中包含英文数字1-9的录音以及简单单词录音文件(Speech recognition of English numbers and words by DTW algorithm)
基于DTW算法的语音识别系统
- 通过语音分帧、端点检测、特征提取、DTW算法,实现多字语音识别(Through speech segmentation, endpoint detection, feature extraction and DTW algorithm, multi word speech recognition is realized.)
HMM with skips and single Diagonal Gaussian
- 以MFCC作为特征参数,利用HMM算法进行语音识别(Speech recognition using HMM algorithm)
SpeechRec
- 语音识别,运用DTW算法,UI界面显示。(Speech recognition, using DTW algorithm, UI interface display.)
用MATLAB来实现3个通道的语音盲源分离
- 盲分离算法,处理声音信号的分离,供语音识别使用(Blind separation algorithm, which handles the separation of sound signals, is used for speech recognition.)
Speech-Recognition-master
- 针对特定人dtw算法语音识别,实现0-9的数字识别用于初学者(speech recongition using dtw)
matlab基于vq的语音识别系统
- 该例程包含了HMM和VQ算法,实现了非特定人的语音识别和说话人识别的功能。