CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - bp算法 函数逼近

搜索资源列表

  1. NND11FA

    1下载:
  2. 人工神经网路两层反向传播BP算法实现函数逼近,matlab编写-two back-propagation algorithm BP function approximation, the preparation of Matlab
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3505
    • 提供者:胡朋
  1. 1

    0下载:
  2. matlab应用于神经网络:利用BP算法及Sigmoid函数,研究函数的逼近问题。-matlab applied to neural networks: the use of BP algorithm and Sigmoid function is to study the function approximation problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:271504
    • 提供者:戎琳
  1. 1

    0下载:
  2. 利用神经网络中BP神经网络来拟合要逼近函数的程序。使用BP算法。-The use of neural network to fit the BP neural network to approximate the function procedure. The use of BP algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5873
    • 提供者:珊珊
  1. example_bpnetronetwork

    0下载:
  2. BP算法例子:用一个五层的神经网络去逼近函数-example_bpnetronetwork_5layers
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2988
    • 提供者:hanzhengwen
  1. MATLAB

    0下载:
  2. 基于MATLAB的共轭梯度BP算法在函数逼近中的实例-MATLAB-based conjugate gradient BP algorithm in the example of function approximation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:28934
    • 提供者:马婧烜
  1. bp

    0下载:
  2. 用MATLAB编写的BP算法在函数逼近中的应用。-BP algorithm using MATLAB written application in function approximation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:782
    • 提供者:马婧烜
  1. solter_filter

    0下载:
  2. 摘要 本文提出了一种新的基于极大似然法的椒盐噪声滤波算法。在传统BP 算法中引入 了极大似然估计,在训练样本时能够在考虑网络逼近行为的同时对噪声分布进行估计。而且 针对椒盐噪声模型构造了新的鲁棒误差函数,从而使算法本身的抗干扰性增强。实验结果表 明了该算法与传统BP 算法相比具有更好的滤波性能。-Abstract This paper presents a new maximum likelihood method based on impulse noise filter. In
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:194978
    • 提供者:weilei
  1. sample1

    0下载:
  2. 在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。-在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。在人工神经网络中,通过MATLAB软件,利用BP算法实现逼近余弦函数。自动检测中英文中译英英译中百度翻译. 翻译结果(中 > 英)复制结果 In the artificial neural network, through the MATLAB software, BP algorithm using approximate cosin
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:577
    • 提供者:jiqingpeng
  1. BP_final

    0下载:
  2. 多层感知器MLP网络以及BP算法,实现了对非线性函数的逼近,matlab进行编程-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6966
    • 提供者:laixiaohan
  1. BP

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

    • 发布日期:2017-11-21
    • 文件大小:1165
    • 提供者:聂思晴
  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-19
    • 文件大小:2355
    • 提供者:zhangle
  1. Bp-for-dual-input-and-single-output

    0下载:
  2. 利用bp算法实现双输入单输出函数的逼近,仿真时间比较长-Bp algorithm to achieve approximation to dual-input and single-output function
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:357827
    • 提供者:武文斌
  1. BP-neural-network-function-

    0下载:
  2. 人工智能及其运用实验亿基于BP神经网络算法的函数逼近-Artificial Intelligence and its use of experimental one hundred million based on BP neural network function approximation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:68993
    • 提供者:李赛凤
  1. BPFuncApproximation

    0下载:
  2. BP神经网络训练程序,基于梯度学习算法,对非线性函数(hermitian)逼近。-The BP neural network training program,which is based on the steepest descent Method,,,backpropagation network (BP) approximation of the nonlinear function。
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1511
    • 提供者:吕钱
  1. BP-network-test-report

    0下载:
  2. BP网络表达傅里叶核函数,此次实验采用了两种方法,第一方法是在matlab中实现BP算法,然后用实现的BP算法实现对傅里叶核函数的逼近,第二种方法是调用matlab中的工具箱函数实现傅里叶和函数的逼近。-BP Network expression Fourier kernel, the experiments using two methods, the first method is to achieve BP algorithm in matlab, then use the BP algo
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:308058
    • 提供者:glm
  1. 3

    0下载:
  2. BP神经网络逼近正弦函数 本次实验主要是让大家对BP网络设计进一步了解和认识,熟悉BP网络,熟知BP学习算法的原理以及其在MATLAB中的程序实现,在掌握这些基本原理的同时用BP神经网络逼近正弦函数。 BP网络有很强的映射能力,主要用于模式识别和函数逼近。可以采用BP网络函数逼近的能力来求解数学式难以表达的函数。本实验采用一个三层BP网络,看它如何逼近一个正弦函数的。-BP neural network to approach the sine function The main e
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:42734
    • 提供者:glm
  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-04
    • 文件大小:9792
    • 提供者:张卢军
  1. BpNeuralNetwork

    0下载:
  2. 使用BP算法来逼近正弦函数 三层神经网络,输入层,隐含层(1层),输出层。 输入层和输出层只有一个节点。-BP net work
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:1105
    • 提供者:zhou guang
搜珍网 www.dssz.com