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

搜索资源列表

  1. 用MATLAB开发的BP算法源程序

    2下载:
  2. 基于神经网络工具箱函数trainbp和simuff实现的BP算法源程序,内附样本数据和测试数据。-based on neural network toolbox function and simuff trainbp BP algorithm to achieve the source, containing sample data and test data.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:555byte
    • 提供者:萧雪鱼
  1. 用matlab实现bp算法

    3下载:
  2. 用matlab编程实现bp算法
  3. 所属分类:matlab例程

    • 发布日期:2011-04-22
    • 文件大小:2.44kb
    • 提供者:244454373
  1. 遗传算法优化BP神经网络的权值的matlab程序源代码

    26下载:
  2. 遗传算法优化BP神经网络的权值的matlab程序源代码。,Genetic algorithm BP neural network weights of the matlab source code.
  3. 所属分类:matlab例程

    • 发布日期:2015-05-18
    • 文件大小:127.8kb
    • 提供者:hexing
  1. dct_cs

    1下载:
  2. 采用BP算法来实现压缩感知的信号重构示例。BP算法由线性规划来实现,稀疏基为DCT基,信号为语音信号-an example of using BP algorithm for signal reconstruction in compressed sensing. BP algorithm is implemented by linear programming, sparse basis is the DCT basis, the signal used is speech
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:724byte
    • 提供者:Haiyan Guo
  1. BP

    1下载:
  2. MATLAB小程序,实现模式识别中的BP算法,并且附实验结果图。-MATLAB small programs to achieve the BP algorithm for pattern recognition, and the experimental results attached map.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:111.29kb
    • 提供者:xiaoxiaoyuan
  1. 2008101523144260

    1下载:
  2. 一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:35.55kb
    • 提供者:梅丽
  1. bp

    1下载:
  2. 柴油机故障诊断改进型bp算法的matlab程序,相关学生可以-Diesel Engine Fault Diagnosis Improved bp algorithm matlab procedures related to students
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:65.36kb
    • 提供者:周志远
  1. bpANDgenetic

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

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

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

    • 发布日期:2017-05-28
    • 文件大小:9.9mb
    • 提供者: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
    • 文件大小:3.85kb
    • 提供者: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
    • 文件大小:211.41kb
    • 提供者:baiqinghong
  1. CH2BP2dim2u2a1

    0下载:
  2. BP算法程序,通过此程序可以很好的对两类模式进行分离。效果明显。-BP algorithm program can be very good through this process to separate two kinds of models. Effect is obvious.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.17kb
    • 提供者:邓志勇
  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
    • 文件大小:5.47kb
    • 提供者:
  1. BP-class

    0下载:
  2. BP算法用于分类,MATLAB环境, 可以直接运行。-BP algorithm is used for classification, can run directly.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:367.14kb
    • 提供者:朱凡
  1. bp

    0下载:
  2. 用多层前向网络的BP算法拟合函数 说明:1)网络结构为三层(输入层、1个隐层和输出层); 2)获取两组数据,一组作为训练集,一组作为测试集; 3)用训练集训练网络; 4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:14kb
    • 提供者:Dardanelle
  1. MATLAB优化算法案例分析与应用《进阶篇》

    3下载:
  2. 贝叶斯分类器 基于背景差分的运动目标检测 基于小波变换的图像压缩 基于BP的模型优化预测 基于RLS算法的数据预测 等等(Bias classifier is based on background difference moving object detection, wavelet based image compression, BP based model optimization prediction, RLS based algorithm for data predicti
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:21.36mb
    • 提供者:段宏伟
  1. 多个 matlab 神经网络bp算法 调制识别

    0下载:
  2. 多个 matlab 神经网络bp算法 多个 matlab 神经网络bp算法(Multiple matlab neural networks BP algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:6kb
    • 提供者:秘密10
  1. chapter4 基于遗传算法的TSP算法

    0下载:
  2. 《MATLAB智能算法30个案例分析》(史峰等) 遗传算法和BP网络的结合(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:13kb
    • 提供者:南湖南
  1. 基本BP算法

    0下载:
  2. 基本bp算法,输入随机生成样本训练网络,利用训练好的网络对输出值进行预测(Basic BP algorithm, input random generation sample training network)
  3. 所属分类:matlab例程

  1. MATLAB智能算法30个案例分析代码

    2下载:
  2. 压缩包内是关于BeiHang出版的matlab智能算法30个案例的代码,对于学习理解智能算法的原理和编程有一定的帮助。如遗传算法、粒子群算法、免疫优化算法、模拟退火算法、BP算法等。(there are 30 matlab codes, which match a book about intelligence algorithms,such as genetic algorithms, PSO, ACO,BPO,etc. WISH that will be help for you.)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-07
    • 文件大小:1.59mb
    • 提供者:爬山虎的脚
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com