搜索资源列表
myworkonnnet
- 多层感知器(MLP)(BP算法训练)、径向基函数网络(RBF网络)、支持向量机(SVM)对2D Mexican Hat、Gabor、Friedman 以及Polynomial等几种函数数据集进行回归和预测-multilayer perceptron (MLP) (BP algorithm training), RBF network (RBF), Support Vector Machine (SVM) to 2D Mexican Hat, Gabor, Friedman Polynomial
AnnInMat
- matlab写的神经网络的几个演示程序,有的是自己写的,有的是根据别人写的改的,bp、rbf、pnn、hopfield等
matlabtosolve
- 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。 在训练阶段,如果用于训练的输入训练样本的类
4
- 介绍神经PID控制,包括:基于神经元网络、BP神经网络、RBF神经网络等PID整定的讲解和相关的源代码
nn
- Matlab写得神经网络的训练实例,包括BP,RBF,SOFM等多种网络,适合初学者
nn.rar
- 内含用MATLAB编写的三个神经网络应用实例,包括BP网络和RBF网络,Using MATLAB includes the preparation of the three neural network application, including the BP network and RBF network
sgarbf
- 基本遗传算法,RBF神经网络算法,BP神经网络算法,一共5个源代码.程序可移植性强.-Basic genetic algorithm, RBF neural network algorithm, BP neural network algorithm, a total of 5 source code. Program portability strong.(
MATLABprogram
- 基于Matlab环境编写的一些神经网络PID控制和模糊PID控制源代码,其中包含BP pid,CMAC PID,RBF PID,BP数值逼近算法,BP预测控制以及模糊PID。-Matlab-based environment for the preparation of a number of neural network PID control and fuzzy PID control of the source code, which includes BP pid, CMAC PID,
RBF
- 通用的Bp程序,zai MATLAB 下-RBF
ANN
- matlab开发的RBF、BP PID算法,已经过测试-matlab development of RBF, BP PID algorithm has been tested
rbfimc
- rbf神经网络内模控制器,较bp算法学习更快-rbf neural network internal model controller, learning faster than the bp algorithm
network
- 用matlab编写的简单的bp和rbf神经网路实例,有需要的下载吧,适合初学者-Written in a simple to use matlab bp and rbf neural network example, the need to download it for beginners
RBF-BP(m-file)
- 径向基神经网络训练matlab程序,并画出预测数据和原数据的对比图。-RBF-BP neural network algorithm Matlab code, the procedures under the trained network , be mean square error, paint and forecast data and the original data in contrast to Fig. Hope useful
BP-curve-in-MATLAB
- 该压缩包包含神经网络在MATLAB里的应用: 1、非线性函数拟合 2、RBF网络-非线性函数回归 3、粒子群算法非线性极值寻优 4、神经网络极值寻优 5、神经网络建模自变量降维 6、BP网络-非线性函数回归-The archive contains neural network in MATLAB: 1, non-linear function fitting 2, RBF network- 3 nonlinear function regression, nonline
bp-rbf
- bp和rbf的matlab程序对比,程序清晰可运行,有对比。-bp and rbf contrast matlab program, the program can be run clear, contrasting.
BPaRBF0_9
- 在matlab下实现用bp和rbf神经网络完成0到9十个数字发音的识别,有完整的代码和发音数据库-In the matlab achieve complete 0-9 ten numeric identification with pronunciation and rbf bp neural network, a complete code and pronunciation
RBF神经网络
- 利用RBF和BP神经网络中的工具箱函数去做函数逼近,(Making use of RBF neural network to do function approximation)
main
- 神经网络算列——基于汽油辛烷值预测案列!比较好的一个BP和RBF实践例子(Neural network scheduling -- Based on gasoline octane prediction! A good example of BP and RBF practices)
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
rbf
- RBF网络能够逼近任意的非线性函数,可以处理系统内的难以解析的规律性,具有良好的泛化能力,并有很快的学习收敛速度,已成功应用于非线性函数逼近、时间序列分析、数据分类、模式识别、信息处理、图像处理、系统建模、控制和故障诊断等。 简单说明一下为什么RBF网络学习收敛得比较快。当网络的一个或多个可调参数(权值或阈值)对任何一个输出都有影响时,这样的网络称为全局逼近网络。由于对于每次输入,网络上的每一个权值都要调整,从而导致全局逼近网络的学习速度很慢。BP网络就是一个典型的例子。(RBF network
