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

搜索资源列表

  1. function-approximation

    0下载:
  2. 利用BP神经网络对非线性函数进行逼近,逼近的函数为三角函数。-By using BP neural network to realize the function approximation, the approximation function is a trigonometric function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1051
    • 提供者:李军
  1. CMAC1

    0下载:
  2. 利用小脑模型神经网络对函数进行逼近,逼近函数为正弦函数。-The function is approximated by the cerebellar model neural network, and the function is the sine function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:780
    • 提供者:李军
  1. Two-Variate-Function

    0下载:
  2. 使用BP神经网络实现二元函数的逼近问题,包含训练样本,无测试集-Using BP neural network to achieve the approximation of the two function function, including the training samples, no test set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1086
    • 提供者:李军
  1. 9GAP

    0下载:
  2. 使用BP算法逼近非线性函数,没有使用神经网络工具箱,适合初学者。-Using BP neural network approximation of nonlinear function, there is no use of neural network toolbox, suitable for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3068
    • 提供者:张世先
  1. cc

    0下载:
  2. 这是一个BP神经网络的训练函数,用于实现对矩形波形的训练逼近。-This is a function of BP neural network training, training for implementing a rectangular waveform approximation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:小杰
  1. ideal_lp

    0下载:
  2. 格型滤波器设计,格型fir滤波器设计法。通过逼近函数设计出来。-the filter of gexing
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2164
    • 提供者:李冠颉
  1. bijin

    0下载:
  2. 利用matlab完成对sin函数的逼近,显示了sin函数的逼近曲线和误差曲线-Using matlab to complete the sine function approximation, shows the approximation of the sine function curve and error curve
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1054
    • 提供者:马瑶
  1. yangtiao3

    0下载:
  2. 三次样条逼近函数的matlab求解实现 数值分析课程代码-Cubic spline approximation of functions for solving matlab realization Numerical Analysis Course Code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:426305
    • 提供者:申银海
  1. APPROXIMATION

    0下载:
  2. 这是书籍An Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB第三章多项式逼近函数的matlab程序,具体的函数和多项式的阶数可以参见书籍-This is books An the Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB in the third
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:17814
    • 提供者:ztao
  1. Spline

    0下载:
  2. 选择合适离散点,应用三次样条插值法逼近龙格函数-Select the appropriate discrete points, cubic spline interpolation function approximation Longa
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:ZHANCHENCHAO
  1. network_kit

    0下载:
  2. 使用神经网路下的BP算法逼近sin函数,训练样本9个,测试样本361个-Use BP neural network algorithm of approximation of the sin function under training samples 9, test samples 361
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:853
    • 提供者:王龙
  1. ANN

    0下载:
  2. BP网络讲解以及利用matlab内置BP工具逼近hermit函数-BP network and explain the use of the built-BP matlab function tool Approximation hermit
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10683913
    • 提供者:andy
  1. Project10

    0下载:
  2. 采用数值分析课程中的插值逼近以及曲面拟合方法来估算复杂的函数表达式。-Interpolation approximations and surface fitting methods are used in the numerical analysis course to estimate complex function expressions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1773949
    • 提供者:Chaowei
  1. expression-functions

    0下载:
  2. 切比雪夫 用切比雪夫多项式逼近已知函数 勒让德 用勒让德多项式逼近已知函数 帕德 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 方舟子 用傅立叶级数逼近已知的连续周期函数 事实上的部队 离散周期数据点的傅立叶逼近 SmartBJ 用自适应分段线性法逼近已知函数 SmartBJ 用自适应样条逼近(第一类)已知函数 multifit 离散试验数据点的多项式曲线拟合 LZXEC 离散
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:8229
    • 提供者:houguoq
  1. BP-neural-networks

    0下载:
  2. BP神经网络:应用BP神经网络逼近非线性函数,采用单层网络结构。提供仿真实例与源代码M文件,对于新手学习神经网络算法有很大的帮助!-BP neural networks: BP neural network to approach nonlinear function, single-layer network architecture. The simulation provided with the source code file M, neural network algorithm f
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:9792
    • 提供者:张卢军
  1. duo_xiang_shi_nihe

    0下载:
  2. 基于matlab的多项式函数拟合、逼近的仿真程序源代码-Based on matlab polynomial function fitting approximation of the simulation program source code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:张震峰
  1. Gamma

    0下载:
  2. 提供级数法和Lanczos逼近法计算伽马函数近似值,java语言编写-Provide progression method and Lanczos approximation to calculate the gamma function approximation, java language
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3312
    • 提供者:lpn
  1. BP-algorithm-numerical-experiments

    0下载:
  2. BP算法数值实验的四个程序,实验一:给定七个输入的单层神经元以及输入P,比较不同传递函数所得到的输出结果。实验二:训练单层神经元BP网络,使其权值和阈值符合一定的精度,并给出误差曲面和动态逼近过程。实验三:训练一个隐层(含五个神经元)的单输出BP网络,给出动态逼近过程和训练好的权值和阈值。实验四:设计一个三层BP网络,实现对非线性正弦函数的逼近。-The four programs of the BP algorithm numerical experiments.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2228
    • 提供者:陆遥
  1. Butterworth

    0下载:
  2. 基于最大平坦特性的巴特沃斯(Butterworth)函数的逼近函数数字滤波器设计(包括高通,低通,带通,带阻)-Based on the maximum flatness of Butterworth (Butterworth) function approximation function digital filter design (including high pass, low pass, band pass, band stop)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2957
    • 提供者:wangjie
  1. 8REMZ

    0下载:
  2. 用里米兹方法Remez求给定函数的最佳一致逼近多项式,内含测试程序-For a given function with Remez Li Mizi method best uniform approximation polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:1122
    • 提供者:崔新
« 1 2 ... 28 29 30 31 32 3334 35 »
搜珍网 www.dssz.com