搜索资源列表
nonlinear ica 非线性ICA_Toolbox
- 非线性ICA_Toolbox
BP神经网络非线性系统建模
- 基于BP神经网络的非线性系统函数拟合算法,分为BP神经网络构建,BP神经网络训练和BP神经网络预测.
MATLAB 非线性工具箱
- MATLAB 非线性工具箱,很强大,各种滤波算法均有,在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,可以利用MATLAB自带的工具箱实现。(Nonlinear MATLAB toolbox, very powerful, various filtering algorithms are often encountered in engineering applications of some complex nonlinear system, the system state
案例1非线性
- 可以很好的学习遗传算法和非线性问题,完整代码(you can learn GA well)
粒子群算法的寻优算法-非线性函数极值寻优
- 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
RBF网络的回归-非线性函数回归的实现
- 利用RBF神经网络对非线性函数进行回归分析(The nonlinear function is regressed by RBF neural network)
非线性不确定系统的鲁棒滑模观测器设计
- 非线性不确定系统的鲁棒滑模观测器设计,可以运行(Robust sliding mode observer design of nonlinear uncertain systems, can run)
非线性网络
- 非线性网络MATLAB程序实现,需要的可以下载(matlab program non liner)
非线性规划三种方法matlab代码
- 使用matlab语言编写非线性规划中黄金分割法、斐波那契法和牛顿法,可以使用这三种方法求解(The use of MATLAB language gold in nonlinear programming segmentation method, Fibonacci method and Newton method, these three methods can be used to solve)
MATLAB求解非线性最小二乘法拟合问题 源程序代码
- MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB solving nonlinear least squares method of fitting the source code)
非线性拟合
- 非线性拟合,stats第二个数为F分布值 finv(0.95,1,9) %F分布查表值(Nonlinear fitting, stats second number is F, distribution value finv (0.95,1,9)%F distribution look-up table value)
BP神经网络的非线性系统建模-非线性函数拟合
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural networks nonlinear function fitting)
遗传算法优化BP神经网络-非线性函数拟合
- 遗传算法优化BP神经网络-非线性函数拟合(Genetic algorithm optimization BP neural network nonlinear function fitting)
03 非线性最小二乘法
- 基于matlab的非线性最小二乘法,以一个多自由体系为例。(A nonlinear least square method based on MATLAB, taking a multi freedom system as an example.)
共轭梯度反演----非线性源代码
- matlab源代码解决非线性共轭梯度,很好的参考(Matlab source code to solve nonlinear conjugate gradient reference)
BP神经网络的非线性系统建模_非线性函数拟合
- BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear function fitting structure acc
非线性规划(MATLAB+LINGO源码)
- 非线性规划(matlab+lingo程序)(Non-linear programming (matlab + lingo program))
BP神经网络的非线性系统建模-非线性函数拟合
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling of BP neural network nonlinear function fitting)
非线性方程解法相关程序
- 用二分法以及迭代法求解非线性方程、非线性方程组的例子(An example of solving nonlinear equations and nonlinear equations by the dichotomous method and iterative method)
步长加速法求解二维非线性函数问题
- 步长加速法求解二维非线性函数问题,并举两实例(Solving two dimensional nonlinear function problem by step acceleration method)