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

搜索资源列表

  1. lorenz

    1下载:
  2. 产生混沌时间序列,常用来测试算法函数逼近及预测能力的测试-Produce chaotic time series
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:697
    • 提供者:李军
  1. BP

    0下载:
  2. matlab代码,用BP算法实现函数逼近,权值优化采用梯度下降法-matlab code, function approximation using BP algorithm weights optimization using gradient descent method
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1165
    • 提供者:聂思晴
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. nihe

    0下载:
  2. 函数逼近与曲线拟合,用最小二乘法进行曲线拟合的C或C++编写的完整程序! 已知x 0 5 10 15 20 25 30 35 40 45 50 55 y 0 1.27 2.16 2.86 3.44 3.87 4.15 4.37 4.51 4.58 4.02 4.64 近似解析表达式为y=at+bt^2+ct^3 求a,b,c -Function approximation and curve fitting, using the least squares method
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:5139
    • 提供者:李文宝
  1. MATLAB

    0下载:
  2. BP神经网络算法关于二元函数逼近拟合的matlab的程序-BP neural network algorithm for the binary function approximation fitting
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:2785
    • 提供者:张三
  1. conjugate-gradient

    0下载:
  2. 两个程序,基于共轭梯度的BP算法,和标准的BP算法,两个都是实现函数逼近-Two procedures, based on the conjugate gradient BP algorithms, and standard BP algorithm, are both function approximation
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:2355
    • 提供者:zhangle
  1. k-type-ann

    0下载:
  2. k型局部连接神经网络的结构和算法,及其与其他网络的函数逼近性能对比-k partially connected neural network structure and algorithm, and other network function approximation performance comparison
  3. 所属分类:Development Research

    • 发布日期:2017-11-27
    • 文件大小:141360
    • 提供者:
  1. RBFFunction.m

    0下载:
  2. 5,RBF网络用于函数逼近 ,RBF网络用于函数逼近- 5, RBF network for function approximation
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-21
    • 文件大小:874
    • 提供者:周鹏
  1. RBFNN-1

    0下载:
  2. 使用RBF神经网络实现函数逼近,逼近的函数为y(k)=u(k)^3+y(k-1)/(1+y(k-1)^2).通过对该程序的学习及实现可以更好的了解径向基神经网络的结构及算法-RBF neural network function approximation, the approximation of the function y (k) = u (k) ^ 3+y (k-1)/(1+y (k-1) ^ 2) through the program to learn and achieve mor
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:605
    • 提供者:liudandan
  1. sjwl

    0下载:
  2. 建立一个径向神经网络,对非线性函数逼近,作出斌逼近误差曲线-A radial neural networks, nonlinear function approximation, to make Bin approximation error curve
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:2186
    • 提供者:王占武
  1. BP

    0下载:
  2. 基于BP神经网络算法的函数逼近,根据BP神经网络算法的原理,编写Matlab程序,逼近非线性函数。-Function approximation based on BP neural network algorithm to approximate nonlinear functions, according to the principle of BP neural network algorithm, written Matlab program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:976
    • 提供者:roy
  1. BPDLX

    0下载:
  2. BP神经网络算法,非线性函数逼近,BP算法,函数逼近-BP neural network algorithm, nonlinear function approximation, BP algorithm, function approximation
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-16
    • 文件大小:374117
    • 提供者:扬子
  1. example_2

    0下载:
  2. 函数逼近,首先建立模型,使用径向基神经网络对被控对象进行逼近,希望都能到满意的效果-dasj sdij sdjosd asd
  3. 所属分类:LabView

    • 发布日期:2017-11-24
    • 文件大小:667
    • 提供者:王辉
  1. BP

    0下载:
  2. 神经网络拟合函数逼近简单算例,用于简单了解原理,含注释-Neural network the fit function approximation simple example for simple understanding of principles, including the Notes
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:27914
    • 提供者:陈雪
  1. codes-for-numerical-analysis

    0下载:
  2. 高教版数值分析的matlab代码,误差与范数,非线性方程(组)的数值解法,解线性方程组的直接方法,解线性方程组的迭代法,矩阵的特征值与特征向量的计算,函数的插值方法,函数逼近与曲线(面)拟合,数值微分,数值积分,常微分方程(组)求解-entire codes for numerical analysis based on matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:902246
    • 提供者:theo
  1. E4

    0下载:
  2. 数值分析-函数逼近-插值法-lagrange插值法的实现-- Function approximation- interpolation-lagrange interpolation achieve numerical analysis
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:20239
    • 提供者:hmg
  1. function

    0下载:
  2. 函数逼近法,最优化的算法,使用函数逼近法达到工程最优化-Function approximation method, optimization algorithm, using the function approximation method to achieve project optimization
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:10974
    • 提供者:yangfeifei
  1. BP

    0下载:
  2. BP函数逼近,通过BP算法对函数进行逼近,最后趋于稳定。-BP function approximation by BP algorithm to approximate the function, and finally stabilized.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:120147
    • 提供者:胡琮亮
  1. gaussfitarc_n

    0下载:
  2. matlab中使用不同参数的gauss基函数逼近圆弧 -the matlab using different parameters in gauss base function approximation arc
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:830
    • 提供者:yaoyuan
  1. gaussfitpoly

    0下载:
  2. matlab中使用gauss函数逼近多项式函数-matlab gauss function approximation polynomial function
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:560
    • 提供者:yaoyuan
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 35 »
搜珍网 www.dssz.com