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

搜索资源列表

  1. 人工神经网络BP算法_函数逼近

    3下载:
  2. 用三层BP网络实现一个单输入单输出函数的逼近,文件中一个CPP文件和一个WORD文件,其中word文档中有对算法理论,算法设计,程序结果及改进方法试验的详细说明-using neural networks to achieve a single-input single-output function approximation, a CPP paper documents and a Word document, which document a word of the algorithm t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47.09kb
    • 提供者:李琳
  1. fzh1

    0下载:
  2. 用于函数逼近的BP算法程序,matlab源码-function approximation for the BP algorithm procedures, Matlab FOSS
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:leo
  1. bp

    0下载:
  2. 神经网络bp算法源代码,各个部分的包括函数逼近,函数定义等的功能
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16.44kb
    • 提供者:ye
  1. ANN-BP

    0下载:
  2. 分两部分,第一部分是神经网络的基本概念,第二部分是用BP网络实现函数逼近算法-including two part , one is about the basic concept of ANN, the other is algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:390.08kb
    • 提供者:芊屹
  1. bp

    0下载:
  2. 用matlab编的BP算法--函数拟合,用来逼近一个SIN函数-Part of the BP algorithm using matlab- function approximation is used to approximate a SIN function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1006byte
    • 提供者:曹艳丽
  1. bpnet

    1下载:
  2. bp神经网络算法程序,仿真逼近一个函数,内含详细注解,适合初学者。-it is a program of bp neural network algorithm ,its function is simulating approximation of a function. it contains detailed notes, and suitable for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.45kb
    • 提供者:yangmei
  1. 4

    0下载:
  2. BP算法例子:用一个五层的神经网络去逼近函数f(x1,x2)=pow(x1-1,4)+2*pow(x2,2)-BP algorithm is an example: with a five-layer neural network to approximate the function f (x1, x2) = pow (x1-1, 4)+2* pow (x2, 2)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:30.73kb
    • 提供者:zhangzhong
  1. bp

    1下载:
  2. 基于BP神经网络算法的函数逼近,利用matlab实现BP算法逼近任意非线性函数-BP neural network algorithm based on function approximation, using matlab to achieve BP algorithm approximate any nonlinear function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:882byte
    • 提供者:chrossley
  1. bp

    0下载:
  2. 应用matbal编写的BP神经网络算法,可逼近任意非线性函数-Application matbal write the BP neural network algorithm can approximate any nonlinear function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:846byte
    • 提供者:翟爽
  1. nnf_test

    0下载:
  2. 神经网络bp算法逼近函数仿真,给出了一组数据的逼近结果-Bp neural network algorithm for approximating function simulation, given a set of data approximation result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2.28kb
    • 提供者:刘桑
  1. bp_c

    0下载:
  2. BP人工神经网络改进算法 加入惯性系数 bp算法c语言实现_函数逼近-c code of bp algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5.45kb
    • 提供者:Jack
  1. kecheng2011

    1下载:
  2. 课程设计要求 0 实验一 基于模板匹配的字符识别 1 实验二 基于C均值算法的车辆检测与跟踪 3 实验三 水果分类系统设计 5 实验四 基于遗传算法的图像歪斜校准 6 实验五 基于BP网络的函数逼近 9 实验六 空调模糊控制系统设计 -Curriculum design requires 0 Experimental one based on template matching character recognition 1 C-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-20
    • 文件大小:80kb
    • 提供者:delen2096
  1. M

    0下载:
  2. bp算法逼近非线性函数,利用bp算法逼近单输入函数-Bp algorithm approximating function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:486.57kb
    • 提供者:Alfred
  1. BP

    0下载:
  2. BP神经网络是一个前向网络,它利用误差反向传播算法对网络进行训练,结构简单,可塑性强。本例选择3层BP神经网络(隐层为1层)来逼近函数,单输入单输出,隐层包含7个神经元,预设精度为0.1,学习率设为0.1,循环次数为5000次,达到循环次数,或结果达到预设精度要求,结束计算。激活函数选择双曲函数,采用梯度下降法,通过神经元的输入和误差,以及权值的学习速率来计算权值的变化率。将输入提供给网络后,神经元的激活值从输入层经各中间层向输出层传播,输出层的神经元获得网络的输入相应。接下来,按照减少目标输出
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:1.57kb
    • 提供者:张鹏
  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
    • 文件大小:976byte
    • 提供者:roy
  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
    • 文件大小:117.33kb
    • 提供者:胡琮亮
  1. ff

    0下载:
  2. BP算法例子:用一个五层的神经网络去逼近函数 ,有需要的程序员可以用到。-BP algorithm examples: using a neural network to approximate five functions, there is a need for programmers to use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2.92kb
    • 提供者:chenhuiqin
  1. BP_ANN-matlab

    0下载:
  2. BP神经网络,用于函数逼近。程序中先用一定间隔的函数数值对神经网络进行训练,待算法大致收敛后,然后用测试数据进行测试。并输出函数逼近的误差-BP feed-forward backpropagation network,which is used to approximate function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:IT神族
  1. mainB

    0下载:
  2. 基于神经网络结构设计方法,用于函数逼近的BP算法程序-Based on neural network architecture design for BP function approximation algorithm program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.11kb
    • 提供者:zhangyuexin
  1. BPmatlab

    0下载:
  2. BP神经网络算法实现例子,多层感知机,对非线性函数逼近(neural network and Multilayer perceptron)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:1kb
    • 提供者:斑驳流年
« 12 »
搜珍网 www.dssz.com