Welcome![Sign In][Sign Up]
Location:
Search - MATLAB bp p

Search list

[AI-NN-PRbp算法及其改进的matlab实现

Description:

matlab语言编写的bp算法实现自适应PID控制。

共有:无导师的heb算法,有导师的delta算法,有导师的heb算法,改进的heb算法


Platform: | Size: 832 | Author: wander | Hits:

[Other resourcematlabtosolve

Description: 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。 在训练阶段,如果用于训练的输入训练样本的类别标号为i(即语音数据的标号),则训练时设第i个节点的期望输出设为1。其余节点期望输出均为0。 在识别时,当一个未知类别的样本作用到输入端时,考查各输出节点的输出,并将这个样本的类别判定为输出值最大的那个节点对应的类别。
Platform: | Size: 658202 | Author: wang | Hits:

[Communication-MobileLDPC编码译码MATLAB代码

Description:

基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率


Platform: | Size: 2748 | Author: chenwenwenbupt | Hits:

[AI-NN-PRBP-hanshu

Description: B-P算法对函数的拟合程序-B-P algorithm to function fitting procedures
Platform: | Size: 1024 | Author: 王暄 | Hits:

[OtherMATLABppt

Description: 是书名为《MATLAB程序设计教程》的ppt课件。这本书可以作为MATLAB的入门教程,简单易懂。-is entitled "MATLAB Design Guide" ppt courseware. This book can serve as a portal MATLAB Guide, simple and understandable.
Platform: | Size: 209920 | Author: Loretta Wu | Hits:

[matlabpid+bp

Description: 一种基于BP神经网络整定的PID控制的matlab源程序-BP neural network based tuning of PID control matlab source
Platform: | Size: 5120 | Author: wenston | Hits:

[matlabbpsuanfa

Description: 用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; -GA directly with BP network training algorithm the weights of the main program: gafault.m It includes the following subroutines: 1. BP network initialization: nninit.m-- given P, T, R, S1, S2 2. Adaptation value function: gabpEval.m 3. Genetic algorithm for BP network codec corresponding to the right value, the threshold function: gadecod.m
Platform: | Size: 1024 | Author: QAP | Hits:

[matlabbp

Description: 如何用MATLAB的神经网络工具箱实现三层BP网络。仿真出一个3层的BP网络-如 ?斡肕ATLAB的神 ?网络 ???呦涫迪秩??鉈P网络 ??抡??鲆 桓 ? ?愕腂P网络
Platform: | Size: 4096 | Author: 劏个老鼠 | Hits:

[OtherMATLABPPT

Description: 这是MATLAB程序设计教程PPT教案,大家可以下载下来学习。-This is the MATLAB Programming Tutorial PPT lesson plans, everyone can download them to learn.
Platform: | Size: 181248 | Author: www | Hits:

[matlabmatlabtosolve

Description: 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。 在训练阶段,如果用于训练的输入训练样本的类别标号为i(即语音数据的标号),则训练时设第i个节点的期望输出设为1。其余节点期望输出均为0。 在识别时,当一个未知类别的样本作用到输入端时,考查各输出节点的输出,并将这个样本的类别判定为输出值最大的那个节点对应的类别。 -err
Platform: | Size: 658432 | Author: wang | Hits:

[matlab2008101523144260

Description: 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 三、纯BP   主程序:(1)bpfault.m 在MATLAB5.2上       (2)bpfault.m 在MATLAB6.5上 为后来所加 -err
Platform: | Size: 35840 | Author: 梅丽 | Hits:

[AI-NN-PRbp_v1_2

Description: -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- momentum to build a three-layer (including input layer) of the BP neural network, and its training of the input layer does not carry out data processing, the hidden layer activation function sigmod function, the output layer-line Sexual Function input and output data normalized to [-1,1], the data in the matrix row-vector representation or x = [x11, x12 x21, x22 ... xp1, xp2] y = [y1 y2 ... yp] p as the number of samples
Platform: | Size: 4096 | Author: 沈龙 | Hits:

[AI-NN-PRBP

Description: 利用BP网络实现函数逼近,本程序以cos(k*pi*p)为例进行逼近-Function approximation using BP network, the procedures to cos (k* pi* p) as an example approximation
Platform: | Size: 1024 | Author: tanjing | Hits:

[matlabANN

Description: matlab开发的RBF、BP PID算法,已经过测试-matlab development of RBF, BP PID algorithm has been tested
Platform: | Size: 10240 | Author: 刘春元 | Hits:

[AI-NN-PRBP

Description: matlab神经网络bp算法net = newrb(P,T,GOAL,SPREAD,MN,DF)-Matlab neural network bp algorithm net = newrb(P,T,GOAL,SPREAD,MN,DF)
Platform: | Size: 6216704 | Author: lanvender lin | Hits:

[AI-NN-PRmatlab

Description: 采用动量梯度下降算法训练 BP 网络训练样本定义如下: 输入矢量为 p =[-1 -2 3 1 -1 1 5 -3] 目标矢量为 t = [-1 -1 1 1]-采用动量梯度下降算法训练 BP 网络训练样本定义如下: 输入矢量为 p =[-1-2 3 1 -1 1 5-3] 目标矢量为 t = [-1-1 1 1]
Platform: | Size: 10240 | Author: 王瑞 | Hits:

[OtherBP-neural-prediction-program-MATLAB

Description: 神经网络预测程序 求一用 matlab 编的程序 P=[。。。] 输入 T=[。。。] 输出 创建一个新的前向神经网络 net_1=newff(minmax(P),[10,1],{ tansig -BP neural network prediction program with MATLAB
Platform: | Size: 238592 | Author: 李明 | Hits:

[matlabmat-dlf

Description: 空气质量降维B-P神经网络评价法及其MATLAB实现 简介: 用主成分分析将多维空间的样本数据降维到低维空间,将其作为BP网络的输入。BP网络的算法采用LM优化法。描述了该网络的MATLAB程序语言实现过程。-Air quality dimension reduction BP neural network uation method on MATLAB Introduction: Using principal component analysis will drop the sample data in multidimensional space dimension to low-dimensional space, as the input of BP network. BP network algorithm using LM optimization method. The network describes the MATLAB programming language implementation process.
Platform: | Size: 203776 | Author: 唐小米 | Hits:

[AI-NN-PRdbn-master

Description: 度信念网络是一个概率生成模型,与传统的判别模型的神经网络相对,生成模型是建立一个观察数据和标签之间的联合分布,对P(Observation|Label)和 P(Label|Observation)都做了评估,而判别模型仅仅而已评估了后者,也就是P(Label|Observation)。(The degree belief network is a probability generation model. Compared with the neural network of the traditional discriminant model, the generation model is to establish a joint distribution between observation data and labels, and to do both P (Observation|Label) and P (Label|Observation).The evaluation, and the discriminant model has only evaluated the latter, that is, P (Label|Observation).)
Platform: | Size: 15391744 | Author: xiji | Hits:

CodeBus www.codebus.net