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

搜索资源列表

  1. bp

    0下载:
  2. 演示程序: CMMATools.exe 神经网络类(BP算法): BpNet_src.rar 作者:同济大学材料学院 张纯禹 email:chunyu_79@hotmail.com -Demo: CMMATools.exe type of neural network (BP algorithm): BpNet_src.rar Author: Materials Science and Engineering, Tongji University张纯禹email: chun
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1638953
    • 提供者:xx
  1. BP

    0下载:
  2. 利用BP算法,设计一个多层感知器为表中的数据集提供一个非线性逼近,并测试其泛化能力-The use of BP algorithm, the design of a multi-layer perceptron for the table of data sets to provide a non-linear approximation, and testing their generalization ability
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2287
    • 提供者:张金凤
  1. BP

    0下载:
  2. 内含基本BP算法C语言程序,让你快速入门BP神经网络的实现原理-Containing the basic BP algorithm C language programming, allows you to Quick Start BP neural network to achieve the principle of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5437
    • 提供者:华志明
  1. BP

    0下载:
  2. 内含动量BP算法的C语言程序,并有详细的注解-Momentum BP algorithm embedded C language programming, as well as detailed comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2876
    • 提供者:华志明
  1. cppStockBP

    5下载:
  2. 使用C++的基于神经网络(BP)算法的股票预测程序-The use of C++ s Based on neural network (BP) algorithm stock forecasting process
  3. 所属分类:金融证券系统

    • 发布日期:2013-04-22
    • 文件大小:94944
    • 提供者:ycs
  1. bp

    0下载:
  2. 人工神经网络的bp算法及其实现方法(matlab),请各位参考-Bp artificial neural network algorithm and its realization method (matlab), please refer to
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1762
    • 提供者:tdw
  1. bp

    0下载:
  2. 一个关于bp算法的程序, 一个关于bp算法的程序,-Bp algorithm on the procedure, one on bp algorithm procedures,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2554
    • 提供者:haiquan
  1. PSOBPlunwen

    1下载:
  2. 基于PSO的BP训练算法论文:在BP训练算法中,关于变权值、学习速率、步长的问题已被广泛地研究,几种基于启发式改进的技术也表明具有改善训练时间以及避免陷入局部最小的明显效果。这里BP训练过程由基于PSO同时优化log—Sigmoid函数与网络权值的新算 法(PSO。GainBP)实现。实验结果表明,PSO—GainBP比传统基于PSO的BP算法在网络训练方面具有更好的性能。-PSO based on the BP training algorithm Papers: In the BP tr
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:150606
    • 提供者:ekin
  1. BP

    0下载:
  2. bp神经网络算法具体实践,重复计算有具体样本-bp the concrete practice of neural network algorithm, double concrete samples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:102792
    • 提供者:zsm
  1. BPC

    0下载:
  2. BP算法神经网络,是用C++写的。功能强大。 有技术含量的。-BP neural network algorithm, is written in C. Powerful. A technical content -BP algorithm for neural networks, is C++ Wrote. Powerful. Technical content.-BP neural network algorithm, is written in C. Powerful. A techn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5712
    • 提供者:郝跃军
  1. bp.example

    1下载:
  2. 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2993
    • 提供者:闫薇
  1. optimize-BP-with_GA

    1下载:
  2. 使用遗传算法对BP网络权值阈值进行优化的matlba源代码-matlab code for bpga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1913
    • 提供者:felixscape
  1. bpANDgenetic

    0下载:
  2. 使用遗传算法对BP网络权值阈值进行优化,再用BP算法训练网络的代码,文本格式的-bp propoganda and genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:rayonxu
  1. ImprovedBPalgorithminfuzzyneuralnetworkapplication

    1下载:
  2. 一种改进的BP算法在模糊神经网络中的应用,性能得到很好的改善。-An Improved BP Algorithm in the fuzzy neural network applications, performance is very good improvement.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:349706
    • 提供者:zhangxiang
  1. MatLab

    0下载:
  2. 一用GA直接训练BP网络的权重算法 二用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 -matlab program
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:10377800
    • 提供者:sunnyxi
  1. code

    0下载:
  2. 两个算法,BP算法和LVQ算法都是属于分类算法-Two algorithms, BP algorithms and LVQ algorithms are classification algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7719253
    • 提供者:饶秋驰
  1. MRF

    0下载:
  2. Markov随机场的例子程序,包括ICM,BP算法,matlab编写,共30几个函数。-Markov random field examples of procedures, including ICM, BP algorithm, matlab prepared a total of 30 number of functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:18808
    • 提供者:tlh
  1. bp

    0下载:
  2. 利用VC++实现的一个BP算法,很不错!-Using VC++ implementation of a BP algorithm, very good!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:17137
    • 提供者:老苗
  1. bpnet

    0下载:
  2. BP 算法,从网上找到的,国外一个网站 BP algorithm
  3. 所属分类:Windows Develop

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

    0下载:
  2. MATLAB神经网络工具箱BP算法的比较,比较它们的训练时间长短以所达到的效果-MATLAB neural network toolbox BP algorithm compares the length of their training time in order to achieve the effect of the so
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:30943
    • 提供者:刘广清
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com