搜索资源列表
curvefit
- 用MATLAB函数进行非线性拟合,在VB中调用-MATLAB function with non-linear fitting, call in VB
mat
- 支持向量机非线性回归通用MATLAB源码本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合-Universal non-linear regression support vector machine MATLAB source code of this source can be used for linear regression, nonlinear regression, nonlinear function approximation, data m
nonlinear-function-fitting-BP
- MATLAB工具箱编写BP神经网络的非线性系统用于非线性函数拟合-Written MATLAB toolbox for nonlinear systems BP neural network for nonlinear function fitting
Non-linear-function-fitting
- 非线性函数拟合——利用遗传算法来优化BP神经网络,利用神经网络开发包实现图形化的神经网络模拟,使得神经网络原理更直观,可用于教学,也可用于实际神经网络训练,内附详细帮助文件。-Non-linear function fitting- using genetic algorithms to optimize the BP neural network, neural network development package to implement graphical neural network
1
- 2BP神经网络的非线性系统建模-非线性函数拟合-bp neural networing
feixianxinghanshu
- 这是一个关于BP神经网络的非线性系统建模-非线性函数拟合-This is a nonlinear system modeling on BP neural network- a nonlinear function fitting
BP
- BP神经网络的非线性系统建模-非线性函数拟合-BP neural network nonlinear system modeling- nonlinear function fitting
BP_Mutation
- 遗传算法优化BP神经网络-非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
ga-bp-nonliner
- 遗传算法优化BP神经网——非线性函数拟合-Genetic algorithm to optimize BP neural network- non-linear function fitting
BP神经网络的非线性系统建模-非线性函数拟合
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural networks nonlinear function fitting)
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimization BP neural network nonlinear function fitting)
matlab函数箱
- 基于GM(1,1)的经典灰色预测拟合模型 是典型的非线性微分动态模型,适用于非单调摆动发展序列或饱和 S 形序列(A classical grey forecast fitting model based on GM (1, 1) It is a typical nonlinear differential dynamic model, which is applicable to the non monotonic oscillating development sequence or t
BP神经网络的非线性系统建模_非线性函数拟合
- BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear function fitting structure acc
data fitting
- 掌握Matlab两个函数lsqcurvefit和nlinfit的用法; 掌握Matlab拟合工具箱cftool的使用; 编写非线性拟合函数。(Grasp the use of Matlab two functions lsqcurvefit and nlinfit; Grasp the use of Matlab fitting toolbox cftool; Compiling nonlinear fitting function.)
BP Neural Network
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling based on BP neural network)
案例3 遗传算法优化BP神经网络-非线性函数拟合
- 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
BP神经网络的非线性系统建模-非线性函数拟合
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合遗传算法优化BP神经网络-非线性函数拟合遗传算法优化BP神经网络-非线性函数拟合遗传算法优化BP神经网络-非线性函数拟合
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合!非常好的算法
RBF网络的回归-非线性函数回归的实现
- RBF网络的回归-非线性函数回归的实现 注意: chapter7.1.m为严格(Exact)径向基网络来实现非线性的函数回归 chapter7.2.m为RBF网络对同一函数拟合