搜索资源列表
AI_BP
- 用C语言实现人工神经网络。用BP神经网络拟合函数,对神经网络进行训练-C language implementation of artificial neural networks. BP neural network fitting function of neural network training
bpsinx
- 用bp神经网络进行函数逼近,逼近的函数为y=sinx,拟合效果不错-Bp neural network with function approximation, approximation function y = sinx, the effect of a good fit
svm
- 关于svm的一本非常好的书籍,适合搞数据挖掘、模式识别、函数拟合的人群-A good book about svm
BP-moshi
- 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
bpneuralnetworksandthestudyofcurve
- 网上的大部分BP实现曲线拟合都使用MATLAB库函数,这不利于读者理解BP神经网络的算法。本文用C源码实现MATLAB库函数.-BP to achieve most of the Internet curve fitting using MATLAB library function, this does not help readers understand the BP neural network algorithm. In this paper, the realization of C
BPjianmo
- 神经网络BP算法的实现,用于拟合函数。BP神经网络建模-BP neural network algorithm for the fitting function. BP neural network modeling
GABP3
- 遗传算法 优化 BP神经网络 非线性函数 拟合-Genetic algorithm BP neural network nonlinear function approximation
4
- 遗传算法优化BP神经网络-非线性函数拟合
BP_zuoye
- 基于MATLAB的神经网络控制,用BP神经网络拟合函数f = exp(-1.9*(u+ 0.5))*sin(10*u)-Neural network control based on MATLAB, using BP neural network fitting function f = exp (-1.9* (u+ 0.5))* sin (10* u)
BP
- 用C语言设计BP神经网络并拟合函数1.y=sinx,x :[0,2pi) 2.y=(x1)^2+(x2)^2+(x1)*(x2) ,x1,x2:[0,1)-With C-BP neural network design and fitting function 1.y = sinx, x: [0,2 pi) 2.y = (x1) ^ 2+ (x2) ^ 2+ (x1)* (x2), x1, x2: [0,1)
BP-matlab
- 利用BP神经网络拟合函数的matlab程序代码-BP neural network using matlab code fitting functions
fouth
- 基于MATLAB语言利用BP神经网络拟合函数,并有预测功能。-MATLAB language-based fitting function using BP neural network, and forecasting capabilities.
BP1
- 拟合函数 预测 误差分析 运用bp神经网络进行实验(Fitting function prediction error analysis, using BP neural network for the experiment)
案例3 遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-对非线性函数拟合.(Genetic algorithm optimization BP neural network - nonlinear function fitting)
BP神经网络的非线性系统建模-非线性函数拟合
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
基于BP神经网络的函数拟合与模式识别的Matlab程序
- 基于BP神经网络的函数拟合与模式识别的matlai代码(Function Fitting and Pattern Recognition Based on BP Neural Network)
BP
- BP神经网络的非线性函数拟合,利用BP算法对一个非线性函数进行拟合(The Nonlinear Function Fitting Based on BP Neural Network)
思维进化算法优化BP神经网络——非线性函数拟合
- 思维进化算法优化BP神经网络——非线性函数拟合,有源程序和数据(BP Neural Network Optimized by Mind Evolutionary Algorithm - Nonlinear Function Fitting)
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimizes BP neural network nonlinear function fitting)
BP神经网络拟合函数
- BP神经网络拟合函数,建模神经网络MATLAB程序matlab源码,具有参考价值