CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 函数 拟合

搜索资源列表

  1. 插值与拟合

    0下载:
  2. 插值来求过已知有限个数据点的近似函数以及拟合matlab非常详细的教程。(Interpolation is used to find the approximate function of the known finite number of data points and the detailed tutorial of fitting matlab.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:271360
    • 提供者:帅宝
  1. createFit

    2下载:
  2. 极值分布拟合 MATLAB程序 主要针对实测风速数据(Extreme value distribution fitting)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:yuan7758
  1. BP神经网络的非线性系统建模——非线性函数拟合

    1下载:
  2. 在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,难以用数学方 法准确建模。在这种情况下,可以建立 BP 神经网络表达这些非线性系统。该方法把未知系统看成是一个黑箱,首先用系统输入输出数据训练 BP 神经网络,使网络能够表达该未知函数,然后用训练好的 BP 神经网络预测系统输出 。(In engineering applications, some complicated nonlinear systems are often encountered. The equations
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:50176
    • 提供者:JackeeY
  1. 遗传算法优化BP神经网络——非线性函数拟合

    3下载:
  2. 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:56320
    • 提供者:JackeeY
  1. thethird_2

    0下载:
  2. 当不知道函数形式和样式的时候,可以用随机拟合的方法,但是效率不高。这里用遗传算法替代穷举法。其中遗传算法这个函数极好用,大家可以收藏,我这里也可以看做是这个遗传算法的应用。(When you do not know the form and style of function, you can use the random fitting method, but the efficiency is not high. Here, genetic algorithm is used instead
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:hellohappy
  1. GA

    0下载:
  2. GA拟合多元函数,实现函函数的拟合。遗传算法在拟合复杂函数具有很好的效果。残差小。(GA fitting multivariate functions, the realization of the function of the fitting. The genetic algorithm has a good effect in fitting complex functions. Small residual.)
  3. 所属分类:其他

    • 发布日期:2017-12-14
    • 文件大小:1066
    • 提供者:keykang1001
  1. BP1

    0下载:
  2. 拟合函数 预测 误差分析 运用bp神经网络进行实验(Fitting function prediction error analysis, using BP neural network for the experiment)
  3. 所属分类:人工智能/神经网络/深度学习

  1. data fitting

    1下载:
  2. 掌握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.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:195584
    • 提供者:阿飞大大
  1. 插值拟合

    0下载:
  2. 用于函数的插值与拟合(Matlab实现)(For the interpolation and fitting function)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:3072
    • 提供者:飞鱼儿
  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:青不笑
  1. FuncLrzFit

    3下载:
  2. 采用matlab进行洛伦兹拟合的函数,具体拟合采用了最小二乘法。(This matlab function fits lrz, and it is very useful.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:abolide
  1. 有理样条

    3下载:
  2. MATLAB实现了有理样条函数拟合插值。亲测可用。(MATLAB realizes the rational spline function fitting interpolation. Affinity test available.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:deyewuwei
  1. Class1

    0下载:
  2. 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。(The least square method (also called the least square method) is a mathematical optimization technique. It m
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:FY1
  1. shujunihe

    0下载:
  2. 读取数据,根据需要写出相应的函数关系式进行拟合(Read the data and write the corresponding function formula to fit in according to the need)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:19456
    • 提供者:qwer000
  1. pro22

    0下载:
  2. 多次函数最小二乘法拟合数据,并进行误差计算,程序中数据为温度拟合(The multiple function least square method is used to fit the data and calculate the error. The data in the program is temperature fitting.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:hooong
  1. main

    0下载:
  2. 最小二乘算法拟合多项式,最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。(Least square algorithm fitting polynomial)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:lilong1
  1. Language

    1下载:
  2. 程序实现线性插值、抛物插值、牛顿多项式插值、等距节点插值、最小二乘法的曲线拟合对函数进行近似(The function is approximated by linear interpolation, parabolic interpolation, Newton polynomial interpolation, equidistant node interpolation, and least square curve fitting.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:烟雨萌萌
  1. nlinfit+regress_data fitting

    0下载:
  2. 对农作物六种经典水分生产函数模型的相关数据进行拟合求函数中参数(Fitting the parameters of the six classical crop water production function models by fitting the related data)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-28
    • 文件大小:102400
    • 提供者:安静的高调
  1. polyfit

    0下载:
  2. polyfit函数是matlab中用于进行曲线拟合的一个函数。其数学基础是最小二乘法曲线拟合原理。曲线拟合:已知离散点上的数据集,即已知在点集上的函数值,构造一个解析函数(其图形为一曲线)使在原离散点上尽可能接近给定的值。(The polyfit function is a function used in curve fitting in matlab. Its mathematical basis is the principle of least-squares curve fitting
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:CHENCCCCC
  1. BaseFunction

    1下载:
  2. 用于b样条函数拟合,首先是基函数的展开,然后选择控制点进行拟合(B spline function fitting)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:糖糖儿
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com