搜索资源列表
-
0下载:
BP network is a wide used network in Artificial Neural Network domain. This is a example of BP, applied with Matlab!
-
-
0下载:
一种简单有效的基于动态时变语音识别源码
对于大多数研究者来说,寻找能够匹配二重时间序列信号的最佳途径是很重要的,因为它有许多重要的应用需求.DTW是实现这项工作的显著技术,尤其在语音识别技术领域,在这里一个测试信号被按照参照模板拉伸或压缩,
,Searching for the best path that matches two time-series signals is the main task for many researchers, because of its importa
-
-
1下载:
微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
-
-
1下载:
该程序是卡曼滤波法在语音处理上的应用,能有效的去除噪声,达到语音增强的目的!-The program is Kaman filtering method in the voice processing application, can effectively remove the noise, to achieve the purpose of speech enhancement!
-
-
0下载:
本书结合科学研究和工程中的实际需要,系统、全面地介绍了MATLAB的常用函数。主要内容包括MATLAB基础及通用函数、数学运算函数、数组和矩阵运算函数、数值计算函数、概率统计函数、图形及图像处理函数、符号计算函数、图形用户界面开发函数、Simulink仿真函数、控制系统设计函数、信号处理函数、神经网络应用函数、最优化设计函数和小波变换函数。本书讲解的函数主线为从MATLAB的基础知识到不同领域的应用和实际问题的解决。电子书高清版但章节不全,但书内案例源码齐全,欢迎下载学习。-The book
-
-
0下载:
精通matlab神经网络 的书籍源码,学习神经网络的同学真的不容错过,错过了就是不应该的-Proficient in matlab neural network books source code, learning neural network classmates really cannot miss, miss is not should
-
-
0下载:
神经网络对时间序列的观测时序进行预测,预测精度高,可以在工程上应用-Neural network to predict the timing of time-series observations, the prediction accuracy is high, can be applied in engineering
-
-
0下载:
书本《matlab神经网络应用设计》源码,对于利用遗传算法(GA)优化神经网络(NN)的程序部分,由于使用了GA工具箱中已经定义好的一些函数,因此,这部分程序必须拷贝到GA工具箱目录下才能运行,在本书中有:"第12章","第13章",以及"第20.5节"。另外,还包括该书本配套PPT教案。-Book " matlab neural network application design" source for the use of genetic algorithm (GA) o
-
-
0下载:
《MATLAB神经网络30个案例分析》中的第一个例子,案例1 BP神经网络的数据分类-语音特征信号分类。希望对大家有用!
-" MATLAB neural network 30 case studies" in the first example, case 1 BP neural network data classification- speech feature signal classification. I hope useful!
-
-
0下载:
单层感知神经网络matlab程序,希望随大家有用-Single perception of matlab neural network, in the hope that with the useful
-
-
0下载:
MLP neural network in matlab
-
-
1下载:
BP神经网络在液位控制中的应用matlab程序-BP neural network in matlab
-
-
0下载:
通过MATLAB实现BP神经网络对不同信号的分类,依次进行网络构建、训练、分类三步。-By MATLAB BP neural network to achieve the classification of different signals, in turn network construction, training, classification of three steps.
-
-
0下载:
本文结合遗传算法对BP算法进行优化,建立了改进的BP神经网络模型。最后,充分利用MATLAB语言的各自优势,进行编程-In this paper, the genetic algorithm to optimize BP algorithm, establish an improved BP neural network model. Finally, make full use of their respective advantages MATLAB language programming
-
-
0下载:
BP神经网络语言分类建模,可直接在MATLAB运行的源码-BP neural network classification modeling language, can run the source code directly in MATLAB
-
-
0下载:
提供《MATLAB神经网络43个案例分析》一书中第9-11,26-31,36章代码。-This is the code of 9th to 11th, 26th-31th chapter 4th in the book of MATLAB neural network analysis of 43 cases.
-
-
1下载:
《MATLAB神经网络原理与实例精解(附光盘)》首先简要介绍了MATLAB软件的使用和常用的内置函数,随后分门别类地介绍了BP网络、径向基网络、自组织网络、反馈网络等不同类型的神经网络-
Matlab neural network theory and examples of (CD-ROM) begins with a brief introduction to the use of MATLAB software and commonly used built-in funct
-
-
0下载:
通过关于BP神经网络的基础知识点和若干案例的描述,对神经网络的MATLAB仿真进一步丰富和完善。-Through the BP neural network on the basis of knowledge points and a number of cases described in the MATLAB simulation of neural networks to further enrich and improve.
-
-
0下载:
matlab神经网络与实例讲解书中配套的代码,共13章-matlab neural network and supporting code examples to explain in the book, Chapter 13
-
-
5下载:
《MATLAB 神经网络原理与实例精解(附光盘)》是一本神经网络原理与实践相结合的书,涵盖了大部分主流的神经网络。它尽量以浅显易懂的语言讲解,让读者能理解神经网络的原理,并学会在 MATLAB 中实现神经网络。MATLAB 版本逐年更新,神经网络工具箱中函数的结构安排已经改变,本书使用最新的 MATLAB 版本,使读者掌握应用工具箱解决实际问题的能力。本书讲解时附带了大量实例,对于简单的例子,本书除了使用工具箱函数外,还用手算的方式给出了自己的实现,便于读者理解神经网络的具体实现细节。(Firs
-