Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - nonlinear regression algorithm
Search - nonlinear regression algorithm - List
matlab 非线性回归算法 是对现有数据系列进行参数拟合的程序-Matlab nonlinear regression algorithm to existing data series parameter fitting procedure
Update : 2008-10-13 Size : 1.97kb Publisher : 一二三

本文在VC++环境下用演化算法实现了非线性参数回归,实验结果表明,用此方法能够很好的实现非线性参数回归。-paper in VC environment using an evolutionary algorithm to achieve the nonlinear regression, experimental results indicate that this method can achieve good nonlinear regression.
Update : 2008-10-13 Size : 3.32kb Publisher : 龚文引

DL : 0
matlab 非线性回归算法 是对现有数据系列进行参数拟合的程序-Matlab nonlinear regression algorithm to existing data series parameter fitting procedure
Update : 2025-03-15 Size : 2kb Publisher : 一二三

本文在VC++环境下用演化算法实现了非线性参数回归,实验结果表明,用此方法能够很好的实现非线性参数回归。-paper in VC environment using an evolutionary algorithm to achieve the nonlinear regression, experimental results indicate that this method can achieve good nonlinear regression.
Update : 2025-03-15 Size : 3kb Publisher : 龚文引

DL : 0
统计模式识别、线性或非线性回归以及人工神经网络等方法是数据挖掘的有效工具,支持向量分类(support vector classification,简称SVC)算法是一个很有发展前景的方向。-Statistical pattern recognition, linear or nonlinear regression and artificial neural network approach is an effective tool for data mining, support vector classification (support vector classification, referred to as SVC) algorithm is a promising direction.
Update : 2025-03-15 Size : 10kb Publisher : xs

这是一种用于卡尔曼的非线性回归法的航迹跟踪算法。-This is a nonlinear regression for the Kalman tracking algorithm of track.
Update : 2025-03-15 Size : 2kb Publisher : millon

DL : 0
SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane, and the search algorithm for optimal linear hyperplane by solving a convex programming problem. Then based on Mercer nuclear expansion theorem, through a nonlinear mapping φ, the sample space is mapped to a high-dimensional and even infinite dimensional feature space (Hilbert space), so that in the feature space can be applied to solve the linear learning machine method, the sample space The highly nonlinear classification and regression problems. svm procedures that support vector machine code.
Update : 2025-03-15 Size : 115kb Publisher :

具有非线性回归功能的支持向量机算法。可有效实现目标特征进行训练和识别。-Nonlinear regression functions with support vector machine algorithm. Features can effectively achieve its objectives of training and recognition.
Update : 2025-03-15 Size : 124kb Publisher : zxf

算法大全 全书分30章及2附录(在MATLAB中实现)对常用数学算法进行汇总介绍。 主要包括:线性规划、非线性规划、动态规划、图与网络、排队论、对策论、层次分析法、插值与拟合、数据的统计描述和分析、方差分析、回归分析、微分方程建模、稳定状态模型、常微分方程解法、差分方程模型、马氏链模型、变分法模型、神经网络模型、偏微分方程的数值解、目标规划、模糊数值模型、现代优化算法、时间序列模型、存贮论、经济与金融的优化问题、生产与服务运作管理中的优化问题、灰色系统理论及其应用、多元分析、偏最小二乘回归以及附录-Complete collection of algorithm including 30 chapters and 2 appendices: linear programming, nonlinear programming, dynamic programming, graph and networks, queuing theory, game theory, the level of analysis, interpolation and fitting, statistical description and analysis of data , analysis of variance, regression analysis, differential equations modeling, steady-state model, ordinary differential equation solution, difference equation model, Markov chain model, variational method model, neural network model, the numerical solution of partial differential equations, goal programming, fuzzy numerical model, modern optimization algorithms, time series models, storage theory, the optimization of economic and financial issues, production and service operations management in the optimization problem, gray system theory and its applications, multivariate analysis, partial least squares regression, and Appendix
Update : 2025-03-15 Size : 7.33mb Publisher : 商志远

CH1.H-CH15.H改写自 徐士良. C常用算法程序集[M]. 清华大学出版社, 1996.11 第1到第15章,即数值计算部分的所有内容 // CH1.h 线性代数方程组的求解 // CH2.h 矩阵运算 // CH3.h 矩阵特征值与特征向量的计算 // CH4.h 非线性方程与方程组的求解 // CH5.h 插值 // CH6.h 求积分 // CH7.h 全区间积分 // CH8.h 拟合与逼近 // CH9.h 数据处理与回归分析 // CH10.h 极值问题 // CH11.h 数学变换与滤波 // CH12.h 特殊函数 // CH13.h 随机数的产生 // CH14.h 多项式与连分式函数的计算 // CH15.h 复数运算-CH1.H-CH15.H adapted from XU Shi-liang. C assembly commonly used algorithm [M]. Tsinghua University Press, 1996.11 1 to Chapter 15, that is, all the numerical part of the contents of// CH1.h of linear algebraic equations Solution// CH2.h matrix operations// CH3.h matrix eigenvalue and eigenvector calculation// CH4.h nonlinear equations and the solution// CH5.h interpolation// CH6.h quadrature// CH7.h the region between the points// CH8.h fitting and approximation// CH9.h data processing and regression analysis// CH10.h extreme problems// CH11.h mathematical transformation and filtering// CH12.h special functions// CH13.h random number generation// CH14.h polynomials and continued fractions calculation function// CH15.h complex operations
Update : 2025-03-15 Size : 874kb Publisher : golden

matlab中的ls-svm工具包,是最小二乘支持向量机算法,可用于解决非线性的回归问题。-ls-svm tool in the Matlab package, least squares support vector machine algorithm can be used to solve nonlinear regression problems.
Update : 2025-03-15 Size : 112kb Publisher : 王欣

matlab中的libsvm工具包,是smo支持向量机算法,可用于解决非线性的回归问题。区别于最小二乘支持向量机。-Matlab libsvm Kit is to smo support vector machine algorithm that can be used to solve nonlinear regression problems. Different from the least squares support vector machine.
Update : 2025-03-15 Size : 601kb Publisher : 王欣

DL : 0
回归分析方法,对线性和非线性回归分析方法的算法进行分析-Regression analysis, analysis of linear and nonlinear regression analysis algorithm
Update : 2025-03-15 Size : 105kb Publisher : 张三

DL : 0
于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-BP network weights optimization is a constrained optimization problem, and the right value to real-coded, so the direct use of the Matlab genetic algorithm toolbox. The code posted below is a 19 input variables, a nonlinear regression in the case of the output variable designed to be applied to other circumstances, only changes to the encoding and decoding functions can be.
Update : 2025-03-15 Size : 4kb Publisher : fuhai

插值 查找 常微分方程(组)的求解 多项式与连分式函数的计算 非线性方程与方程组的求解 复数运算 汉字操作 基本图形操作 极值问题 矩阵特征值与特征向量的计算 拟合与逼近 排序 数据处理与回归分析 数学变换与滤波-Interpolation to find the ordinary differential equation (group) polynomial continued fraction function to calculate the nonlinear equations and solving complex computing Chinese operating basic graphics operations extremal matrix eigenvalue and eigenvector calculation fitting and approaching the sort of data processing and regression analysis, mathematical transformation and filtering
Update : 2025-03-15 Size : 330kb Publisher : yeyu

DL : 0
RBF网络的回归-非线性函数回归的实现 遗传算法典型实例-RBF network regression- typical examples of the realization of genetic algorithm for nonlinear regression function
Update : 2025-03-15 Size : 4kb Publisher : 冯翔

非线性回归分析,更好的精度调整,高次运算算法。-Nonlinear regression analysis, adjusted for better accuracy, higher computation algorithm.
Update : 2025-03-15 Size : 5kb Publisher : lixiaodong

Matlab nonlinear regression algorithm is the existing procedures for parameter fitting data series
Update : 2025-03-15 Size : 2kb Publisher : cdmputgng

DL : 0
matlab 非线性回归算法 是对现有数据系列进行参数拟合的程序(Matlab nonlinear regression algorithm is the existing procedures for parameter fitting data series)
Update : 2025-03-15 Size : 1kb Publisher : STITxkqgr%252D749405

Lervenberg-Marquardt 算法的实现,包括测试代码,并有辅助函数。解压缩后可直接运行,包含3个例子,在LMFnlsq2test.pdf中有对算法的详细描述。(The function is an improved version of the function LMFnlsq widely tested on the nonlinear regression, curve fitting and identification problems. Better description is in the complementing file LMFnlsq2test.pdf.)
Update : 2025-03-15 Size : 226kb Publisher : icommonweal
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.