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

搜索资源列表

  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. MatLab

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

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

    3下载:
  2. 遗传算法程序包,包括用GA直接训练BP网络的权重算法,用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法,以及纯BP算法-Genetic Algorithm package, including direct training GA weight of BP network algorithm, first used GA for the weight of BP network, and then trained BP net BP mixed directly GA-BP
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3939
    • 提供者:yanhaifeixue
  1. network

    0下载:
  2. 用来实现matlab的BP算法,以齿轮箱故障诊断为例-Matlab used for the BP algorithm to fault diagnosis of gearbox as an example
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:216485
    • 提供者:baiqinghong
  1. MATLAB-bp

    0下载:
  2. 是1-n-1和2-n-1型的基于MATLAB的标准BP算法程序,加入了动量项,以便获得更好的训练效果-Is 1-n-1, and 2-n-1 type of standards-based BP algorithm MATLAB process of accession to the momentum in order to obtain better training results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:3027
    • 提供者:米轩
  1. 43680540Classification-MatLab-Toolbox

    2下载:
  2. 利用人工智能算法对数据进行训练,然后模式分类,里面包含支持向量机,聚类,BP网络等许多优秀的算法-The use of artificial intelligence algorithm to training data, and then pattern classification, which includes support vector machines, clustering, BP network algorithm and many other outstanding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:630776
    • 提供者:wangshan
  1. BP

    0下载:
  2. 该程序实现BP算法 分别用了用C++,Matlab,Fortran来实现 大家可以对比下 希望有帮助-The program were used to achieve the BP algorithm using C++, Matlab, Fortran to realize that we can hope that help contrasting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5124
    • 提供者:李莉莉
  1. work

    0下载:
  2. GA+BP遗传算法与神经网络结合,与单纯的Bp算法作为比较-GA+BP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:827237
    • 提供者:fengbenpao
  1. my022

    1下载:
  2. BP算法在非线性分类问题中的简单应用,三层BP网络!-BP algorithm in non-linear classification problem in a simple application of three-layer BP network!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1701
    • 提供者:胡龙
  1. bp-classification

    0下载:
  2. 使用bp(反向传播算法)实现分类问题,并观察分类过程中误差的变化。-Use bp (back-propagation algorithm) to achieve the classification and observe the changes in classification process in the error.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:30268
    • 提供者:王晶
  1. GA-BP

    1下载:
  2. 这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序-This is a genetic algorithm to optimize neural network weights bp threshold MATLAB program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:34491
    • 提供者:chengfei
  1. BP

    0下载:
  2. BP神经网络算法各种MATlab源代码,调试可行-Procedures of various MATlab BP algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:6472
    • 提供者:李廷
  1. bp-network-sorting

    0下载:
  2. 对WORD文档里的二类数据进行分类,使用神经网络的BP算法。采用三层网络。-WORD documents in the two types of data classification, using neural network BP algorithm. Three-tier network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:7367
    • 提供者:刘明
  1. bp-algorithm-CPP-Fortran-and-Matlab

    0下载:
  2. 分别用C++,matlab以及Fortran语言实现bp算法-bp algorithm using C++, matlaband Fortran language
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5601
    • 提供者:
  1. 97937497GA-BP-neural

    0下载:
  2. GA-BP算法matlab实现代码,matlab仿真计算程序代码,经过测试-GA-BP algorithm implementation code matlab, matlab simulation code, tested
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:4403
    • 提供者:lx
  1. BP-neural-network-model

    0下载:
  2. 本文在了解神经元和BP算法的基础上,使用MATLAB软件作为开发工具建立BP神经网络模型,重点研究了BP神经网络结构设计的原理和方法,包括影响BP神经网络训练能力的因素,以及这些因素如何影响BP神经网络的性能;改变不同参量,对比实验数据,总结各个参量对BP神经网络的影响。从而寻找最佳的BP神经网络模型。本文还对一些其他的神经网络算法进行了总结和介绍。- In this paper , based on understanding of the neuronal model and learni
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:387518
    • 提供者:张聪
  1. bp

    0下载:
  2. matlab bp算法 matlab bp算法-matlab bp算法matlab bp算法matlab bp算法
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:1260
    • 提供者:牛飞
  1. BP神经网络MATLAB实例

    1下载:
  2. BP神经网络的MATLAB简单实例以及神经网络算法BP网络的训练函数(MATLAB simple example of BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-02
    • 文件大小:33792
    • 提供者:HEYOU
« 1 2 34 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com