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

Search list

[AI-NN-PRBP-hanshu

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

[ConsoleBP_sin(x)

Description: BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
Platform: | Size: 61440 | Author: 孙志海 | Hits:

[ConsoleBP_sin(x)-x

Description: BP算法拟合f(x1,x2)=sin((x1)/x1)*sin((x2)/x2)*函数,样本数为21*21对-BP fitting algorithm f (x1, x2) = sin ((x)/x)* sin ((x2)/x2)* function, sample size of 21* 21 pairs
Platform: | Size: 17408 | Author: 孙志海 | Hits:

[matlabBpAlgorithmFunction

Description: 采用BP算法进行函数拟合,收敛速度较快。-BP function fitting algorithm, convergence faster.
Platform: | Size: 1024 | Author: BlueTooth | Hits:

[Special EffectsBP

Description: BP神经网络做曲线拟合,BP网络应用于曲线二次拟合-BP neural network to do curve fitting, BP network used in curve fitting quadratic
Platform: | Size: 1024 | Author: 刘颖 | Hits:

[AI-NN-PRbp

Description: bp网络实现曲线拟合的实例。希望对大家有用。-bp network curve fitting example. I hope for all of us useful.
Platform: | Size: 1024 | Author: 李亮 | Hits:

[AI-NN-PRBP

Description: BP神经网络用于函数拟合与模式识别的Matlab示例程序-BP neural network for function fitting and pattern recognition procedures Matlab Example
Platform: | Size: 4096 | Author: 黄传波 | Hits:

[AI-NN-PRbp

Description: bp神经网络用于函数逼近,拟合效果较好,一经过测试-bp neural network for function approximation, fitting better, one tested
Platform: | Size: 1024 | Author: 离开家 | Hits:

[AI-NN-PRBP-moshi

Description: BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
Platform: | Size: 5120 | Author: tangsp | Hits:

[AI-NN-PRbp

Description: 很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
Platform: | Size: 2048 | Author: 朱涛 | Hits:

[AI-NN-PRbp

Description: bp神经网络算法用于拟合和预测,具有良好的非线性性,拟合精度高等特点-bp neural network algorithm for fitting and forecasting, has a good non-linear and high precision
Platform: | Size: 1024 | Author: 林权 | Hits:

[Mathimatics-Numerical algorithmsBP

Description: BP神经网络 非线性函数拟合,BP神经网络 非线性函数拟合-BP neural network nonlinear function fitting, BP neural network nonlinear function approximation
Platform: | Size: 48128 | Author: 罗乐 | Hits:

[AI-NN-PRBP-netual-networks

Description: BP神经网络的非线性函数拟合 用Matlab实现非线性函数的拟合y=x1^2+x2^2-BP neural network using Matlab achieve non-linear function fitting nonlinear function fitting y = x1 ^ 2+ x2 ^ 2
Platform: | Size: 1024 | Author: piaomiao | Hits:

[matlabPSO-BP和GA-BP

Description: 分别使用PSO和GA优化BP神经网络的参数,用于非线性函数拟合(PSO and GA are used to optimize the parameters of the BP neural network for nonlinear function fitting)
Platform: | Size: 55296 | Author: 心愿2030 | Hits:

[matlabBP神经网络的非线性系统建模-非线性函数拟合

Description: BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural networks nonlinear function fitting)
Platform: | Size: 48128 | Author: 青鱼 | Hits:

[matlab遗传算法优化BP神经网络-非线性函数拟合

Description: 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimization BP neural network nonlinear function fitting)
Platform: | Size: 52224 | Author: 青鱼 | Hits:

[matlabbp

Description: 用多层前向网络的BP算法拟合函数 说明:1)网络结构为三层(输入层、1个隐层和输出层); 2)获取两组数据,一组作为训练集,一组作为测试集; 3)用训练集训练网络; 4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
Platform: | Size: 14336 | Author: Dardanelle | Hits:

[matlabBP神经网络的非线性系统建模_非线性函数拟合

Description: BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear function fitting structure according to the characteristics of BP neural network, the nonlinear function of two input parameters and one output parameter, so the structure of the BP neural network is 2 - 5 - 1, namely, the input layer has 2 nodes, 5 nodes in hidden layer, the output layer has 1 nodes. 2000 sets of input and output data are obtained randomly from the nonlinear function. 1900 groups are randomly selected as training data and used for network training. The 100 set is used as test data to test the network's fitting performance.)
Platform: | Size: 47104 | Author: 傲视天下 | Hits:

[OtherBP神经网络用于非线性函数拟合

Description: BP神经网络用于非线性函数的拟合,效果不错,适合初学者。(BP neural network for nonlinear function fitting, the effect is good, suitable for beginners.)
Platform: | Size: 86016 | Author: 艺宝 | Hits:

[Other遗传算法优化BP神经网络用于非线性函数拟合

Description: 遗传算法优化的bp神经网络用于非线性函数的拟合。(BP neural network optimized by genetic algorithm for nonlinear function fitting.)
Platform: | Size: 91136 | Author: 艺宝 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 44 »

CodeBus www.codebus.net