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

搜索资源列表

  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-vision

    1下载:
  2. 立体匹配中置信传播(BP算法)的经典程序-Stereo matching classic belief propagation (BP algorithm) program
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-14
    • 文件大小:256259
    • 提供者:wang
  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. pso-bp

    1下载:
  2. BP神经网络具有较强的非线性问题处理能力 是目前一 种 较 好 的 用 于 时 间 序 列 预 测 的 方 法 然 而 它 存 在 易 于 陷 入 局 部 极 小,针对地震预测的应用,用改进粒子群优化的BP算法对四川地区最大震级时间序列进行预测,通过训练 预 测 次 年 的 最 大 震 级 结 果,表明此方法优于未经优化的 BP算法具有良好的预测效果 -BP neural network has a strong nonlinear problems processing power is a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:213644
    • 提供者:mali
  1. BP

    0下载:
  2. bp算法的代码,非常实用简单,程序后面的注释能帮助立刻理解程序意思,并且子模块分开,易于改动-bp algorithm code, very useful and simple notes behind the program can help immediately understand the meaning of the program, and separate sub-module, easy to change
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:871
    • 提供者:yang juntao
  1. BP-suanfa

    0下载:
  2. 神经网络代码 关于BP算法以及神经网络的建立及仿真-Building and Simulation of neural network code on the BP algorithm and neural network
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:808
    • 提供者:chandler
  1. CS-BP

    0下载:
  2. 压缩感知重构经典算法-BP算法,试用效果不错相对于OMP好很多,但重构时间较长-compressed sensing;BP algorithm;compressive sensing
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1966
    • 提供者:huhu
  1. bp-solve

    0下载:
  2. BP网络是目前前馈式神经网络中应用最广泛的网络之一,实现BP算法训练神经网络完成XOR的分类问题。 设计要求: (1) 能够设置网络的输入节点数、隐节点数、网络层数、学习常数等各项参数; (2) 能够输入训练样本; (3) 实现BP算法的训练过程; (4) 实现训练过程的动态演示; (5) 训练完成后可输入测试数据进行测试。 -BP neural network is feedforward neural networks one of the most widel
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:380770
    • 提供者:刘畅
  1. BP

    0下载:
  2. 神经网络BP辨识的Matlab算法,用于辨别复杂的非线性系统-Identification of the Matlab neural network BP algorithm, used to identify the complex nonlinear systems
  3. 所属分类:ELanguage

    • 发布日期:2017-04-05
    • 文件大小:845
    • 提供者:zhou
  1. BP

    0下载:
  2. BP算法,关于神经网络反馈的算法,Matlab编写,内含数据文件,可直接运行-BP algorithm, on the neural network feedback algorithm, Matlab preparation, combustion data file that can be run directly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5513
    • 提供者:wang min
  1. BP-algorithm-by-CPP

    0下载:
  2. 用C++实现的bp(Back Propagation)算法程序-BP(Back Propagation)by VC++
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:leo
  1. BP

    1下载:
  2. 压缩传感理论是今年来信号和图像处理领域的热点,这是一个matlab编写的基于BP算法的压缩传感程序,可以模拟压缩传感理论的采样和图像恢复过程。-Compressed sensing theory is that this year the field of signal and image processing hotspot, this is a matlab prepared BP algorithm based on compressed sensing program that can
  3. 所属分类:Algorithm

    • 发布日期:2015-09-14
    • 文件大小:111616
    • 提供者:刘雪峰
  1. bp

    0下载:
  2. 基于人工智能bp神经网络算法的逼近BP算法是一种有监督式的学习算法,其主要思想是:输入学习样本,使用反向传播算法对网络的权值和偏差进行反复的调整训练,使输出的向量与期望向量尽可能地接近,当网络输出层的误差平方和小-ai bp Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:971
    • 提供者:wuyutong
  1. BP

    0下载:
  2. 采用典型的BP算法实现了有导师学习下的神经网络,采用输入层、隐含层和输出层的三层结构,实现了BP算法。-Typical BP algorithm implements a mentor to learn the neural network, using the input layer, hidden layer and output layer, three-layer structure, to achieve the BP algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1852717
    • 提供者:刘荣荣
  1. bp

    0下载:
  2. bp神经网络算法,具体的代码。 是正确的,能给出正确的结果-bp algorithm code。A bp algorithm can run
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2319
    • 提供者:胡佳
  1. bp

    0下载:
  2. 基于BP算法的心理测试系统!能准确进行心理测试!-The psychological test system based on BP algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:3791314
    • 提供者:qu xuehua
  1. BP

    0下载:
  2. 神经网络BP算法编程的详细例子,包括界面、测试数据、及BP算法。是做BP作业不可多得的神器。-BP neural network algorithm detailed programming examples, including the interface, test data, and BP algorithm. BP is doing the job a rare artifact.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:13566
    • 提供者:李程序员
  1. bp-neural-network

    0下载:
  2. 关于改进BP神经网络算法的应用文章。指出了BP算法的几个缺陷,提出了改进方向并结合工程数据来检验改进算法-BP neural network algorithm for improving the application of the article. Pointed out several flaws BP algorithm is proposed to improve the direction and with engineering data to test the improved
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:153960
    • 提供者:柳飞
  1. GA-BP-algorithm

    0下载:
  2. Multilayer feedforward networks GA-BP hybrid learning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:391250
    • 提供者:
  1. BP

    0下载:
  2. 神经网络方面,用c++模拟了BP算法,只有一个学习因子,添加因子并且和牛顿法相结合-Neural networks, with c++ BP algorithm simulates only a learning factor, and Newton added factor and Combination
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1365
    • 提供者:ashley yang
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com