搜索资源列表
BP_sin(x)
- 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
BP_sin(x)-x
- 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
BP_abs(sinX)
- BP算法拟合y=abs(sin(x))函数,样本数9对,目标值0.001-BP algorithm fitting y = abs (sin (x)) function, for nine samples right, the target value 0.001
lesat-square
- 实现对离散数据的最小二乘法拟合,得到多项式表达式-Least squares fit of the discrete data obtained polynomial expression
sanci
- 使用三次样条插值法,对离散数据进行拟合,并得出各点间表达式-Use the cubic spline interpolation, to fit the discrete data and concluded between the expression
CurveFittingTest
- C++多项式拟合曲线源代码,选用多项式方法,纯C++算法-C++ CURVEFITTING CODE
interpolation
- 从随机的数据中找出其规律性,给出其近似表达式的问题,在生产实践和科学实验中大量存在,通常利用数据的最小二乘法求得拟合曲线。-From random data to find its regularity, give its approximate expression problems in the production practice and scientific experiments abound, often use the data obtained by least squares
bestfitted-line
- 根据所给的点的坐标算出最拟合曲线的公式,并根据原来的x值算出新的y值。并将数据储存到一个data文件-A C++ programme finds the best-fitted straight line to the x and y values, and then writes the original x, y values and the new y values on the line (for each x) to a data file. X: 1.0000 2.0000
least_squares_analysis_0809
- (1)最小二乘法拟合圆(二维平面); (2)将拟合结果写入txt文件-least squares fitting
BP
- BP网络进行花瓣分类,训练方法有传统最速下降法和LM法。最速下降法在线更新,有过拟合的问题。LM法,采用批量更新。-BP network petals classify traditional training methods of steepest descent method and LM method. Steepest descent method online updates, there is the problem of over-fitting. LM method, using
pid30kongzhi
- 过热器温控制系统,其拟合此熬过较好,得到图形较好-PID control
Least-squares-curve-fitting
- 最小二乘曲线拟合 输入数据和阶数 输出函数系数-Least-squares curve fitting and order input data output function coefficients
least-squares
- 最小二乘法代码,根据计算方法中的算法进行编写,能够实现任意的最小二乘拟合,适合根据课程学习-Least squares method code, according to the calculation method of the preparation of the algorithm, it is possible to achieve any least-squares fit, according to course for
