搜索资源列表
sjwl
- 神经网络(模式识别模块)软件开发包!!!可以识别任何事物,适用于图像识别、语音识别、自动控制等诸多领域,具有简单、易学、开发周期短、识别率高等特点。-neural network (pattern recognition module) software development kit! ! ! Nothing can be identified and applied to image recognition, voice recognition, automatic control and
matlab16
- Matlab神经网络工具箱应用简介 神经网络已经在各个领域中应用,以实现各种复杂的功能。这些领域包括:模式识别、 鉴定、分类、语音、翻译和控制系统。 如今神经网络能够用来解决常规计算机和人难以解决的问题。我们主要通过这个工具箱 来建立示范的神经网络系统,并应用到工程、金融和其他实际项目中去。
lunwen4
- 关于语音情感识别的一篇论文,里面描述了人工神经网络的方面
lunwen5
- 基于神经网络的汉语语音情感识别的研究。很好的描述了人工神经网络的方面
HVite.rar
- 实现HMM算法,VQ算法,以及神经网络算法的语音识别程序,Realize the arigthom of HMM(training),VQ and NN for speech recognition
Mybp539
- bp神经网络,实现bp神经网络的分类,用matlab语言编写-bp neural network, the realization of bp neural network classification, using matlab language
zl
- 基于神经网络的语音识别技术研究 基于神经网络的语音识别技术研究-Neural Network Based Speech Recognition Technology based on neural network speech recognition technology research
RBF
- 基于RBF神经网络的语音识别方法的应用研究-RBF neural network-based speech recognition methods applied research
hundun
- 这是有关非线性在语音预测编码、识别等方面的应用,还有神经网络方法在语音预测编码、语音增强、识别等方面的应用,相当有用哦!-This is the non-linear prediction in speech coding, recognition and other applications, as well as neural network prediction in speech coding, speech enhancement, recognition and other appl
bp-matlab
- bp神经网络的程序代码,可以应用于语音识别,图像识别等 -bp neural network code, can be applied to speech recognition, image recognition, etc.
GA-WNN
- 基于遗传算法和小波神经网络的语音识别系统,此系统识别率可以到较高-Based on genetic algorithm and neural network speech recognition system, this system can be to a higher recognition rate
BP-network
- bp神经网络在语音识别中的应用,同时利用Matlab进行仿真得到结果-bp neural network in speech recognition applications, while the results obtained using Matlab simulation
abbrb
- 基于人工神经网络的语音识别,运用了从语音中提取出的LPC参数与人工神经网络结合进行识别,使用matlab调试-Artificial neural network based speech recognition, the use of speech extracted from the LPC parameters and artificial neural network to identify, debug using matlab
语音识别最新
- 用matlab仿真神经网络语音识别系统,里面用的是数字0-9作为训练模板,神经网络匹配模式(use the matlab to simulate word recognition system with neural network)
一种神经网络的语音情感识别
- 一种在matlab平台上运行的语音情感识别方法基于神经网络,(Speech emotion recognition method neural network)
源程序
- 神经网络案例,包括语音识别,线性预测、粒子群算法、遗传算法的优化等(some cases of neural network)
SpeechEmoRec-master
- 语音情感识别。使用卷积神经网络对语音情感识别(speech emotion recognition)
基于bp神经网络的孤立词识别
- 利用MATLAB,实现对一些孤立词的识别。语音识别的一种(bp matlab recongnation)
BP神经网络语音识别
- BP神经网络语音识别,代码完整,在matlab中可以实现训练测试,根据自己的需求进行修改代码并应用。
CNN+CTC语音识别算法
- 这个程序是用的一个深度卷积神经网络来做的,整个程序分为两部分,声学模型和语言模型,效果还是可以的。