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

搜索资源列表

  1. bp-3d

    2下载:
  2. 机载下视三维合成孔径雷达仿真,BP算法,发射线性调频信号(Airborne 3D SAR imaging simulation, BP algorithm, transmitting LFM signal)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-12
    • 文件大小:2048
    • 提供者:国家青年
  1. 遗传算法BP网络

    2下载:
  2. 基于人工神经网络的遗传算法算法融合,利用遗传算法结合BP来达到最优结果(Algorithm fusion of genetic algorithm based on artificial neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-10-21
    • 文件大小:1983488
    • 提供者:JesseC
  1. ga-bp

    2下载:
  2. 一个遗传算法优化神经网络的分类器,可用于模式识别。(A genetic algorithm optimizes the classifier of neural network, which can be used for pattern recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-28
    • 文件大小:581632
    • 提供者:一狼大哥哥
  1. PSOTrainBP

    0下载:
  2. BP神经网络容易陷于局部极小值,PSO算法在无约束非线性函数优化方面性能优越,通常可以直接找寻到全局最优解,即使不能搜多到全局最优解,也距离全局最优点不远。当然,基本PSO算法陷入局部极值也是有的。对于这个缺点目前还没有找到比较有效、省市的解决方案。本案例实现利用PSO算法和BP算法共同训练神经网络,先将网络进行PSO算法训练,然后BP算法接着进行小范围精细搜索,PSO算法训练神经网络的本质就是将输出误差函数(即能量函数)看成目标函数,PSO对能量函数进行全局寻找最小值。(BP neural n
  3. 所属分类:matlab例程

    • 发布日期:2020-04-03
    • 文件大小:3072
    • 提供者:Katri
  1. singleSAR_BP

    4下载:
  2. 点目标得SAR BP算法成像,具体说明见程序~(Point target is imaged by SAR BP algorithm. See the program for details.)
  3. 所属分类:matlab例程

    • 发布日期:2019-09-26
    • 文件大小:1024
    • 提供者:大琳林子
  1. 蚁群bp

    1下载:
  2. 用蚁群算法优化bp神经网络,增加预测精度(Using ant colony algorithm to optimize BP neural network and increase prediction accuracy)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-31
    • 文件大小:2048
    • 提供者:浮沉yjj
  1. BP神经网络预测

    1下载:
  2. BP神经网络是目前较为简单的预测算法,但是需要要有足够的样本,本例使用神经网络算法,两步预测(BP neural network is a relatively simple prediction algorithm at present, but it needs enough samples. This example uses neural network algorithm and two-step prediction.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. NN

    0下载:
  2. 人工神经网络中的BP算法matlab代码实现(Realization of BP algorithm in artificial neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-23
    • 文件大小:8050688
    • 提供者:wangtong421
  1. BP神经网络预测 程序

    1下载:
  2. BP神经网络的预测算法及实现属于深度学习的内容(The prediction algorithm and Realization of BP neural network belong to the content of deep learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-10
    • 文件大小:132096
    • 提供者:zzzhai
  1. 粒子群优化算法优化BP神经网络的源代码

    1下载:
  2. 粒子群优化算法优化BP神经网络的源代码,基础的值得参考下(Particle swarm optimization algorithm to optimize the source code of BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-30
    • 文件大小:2048
    • 提供者:阿怪啊啊
  1. BPNeuralNetwork

    1下载:
  2. 用bp算法实现模式识别,模式识别课程小作业(Pattern recognition based on BP algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-01-04
    • 文件大小:1024
    • 提供者:drclean
  1. PSO-BP(MATLAB)

    2下载:
  2. 利用PSO蚁群算法改进的BP神经网络,收敛性很好!很实用(The BP neural network improved by PSO ant colony algorithm has good convergence. Very practical)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-03
    • 文件大小:6144
    • 提供者:南山居士
  1. 遗传算法优化的BP神经网络

    3下载:
  2. 遗传算法优化BP 神经网络是用遗传算法来优化BP 神经网络的初始权值和阔值,使优化 后的BP 神经网络能够更好地预测函数输出。遗传算法优化BP 神经网络的要素包括种群初 始化、造应度函数、选择操作、交叉操作和变异操作。(Genetic algorithm optimizes BP neural network by using genetic algorithm to optimize the initial weight and broad value of BP neural netwo
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-18
    • 文件大小:54272
    • 提供者:孺子可教
  1. 基于GA优化的BP算法

    1下载:
  2. 通过遗传算法优化BP神经网络,提高其收敛速度和预测准确度。(BP neural network is optimized by genetic algorithm to improve its convergence speed and prediction accuracy.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-10
    • 文件大小:5120
    • 提供者:SDXV%255F89937
  1. 改进版的bp神经网络算法编程(pso)

    1下载:
  2. 神经网络算法,适合适合科研人员和学生进行优化和调参。新手理解鱼群算法,希望大家可以认真学习其中的道理。(Neural network algorithm is suitable for scientific researchers and students to optimize and participate. Novice understands Fish Swarm Algorithms, I hope you can seriously learn the truth.)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-16
    • 文件大小:2048
    • 提供者:zuoren
  1. pso优化BP

    1下载:
  2. 使用pso优化神经网络,使风电功率预测达到更高的精度(a pso algorithm used to optmize bp neural network)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-04
    • 文件大小:4975616
    • 提供者:mal123
  1. PSO BP wind power

    1下载:
  2. 粒子群结合神经网络智能算法优化最值问题。(And the output of the fan is tracked and predicted in real time based on the wind power prediction of the PSO algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-01
    • 文件大小:529408
    • 提供者:南院萧大王
  1. GA-BP汇总大全(含详细教程代码和论文)

    2下载:
  2. 文中包含利用遗传算法进行优化的梯度下降神经网络的代码和教程,内容非常丰富,包含可以直接运行的代码和相关重要参考文献论文,可帮助理解,属于很综合的优秀资料,个人现分享出来供大家学习,谢谢!(This article contains the code and tutorial of gradient descent neural network optimized by genetic algorithm. The content is very rich, including the code
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-03-18
    • 文件大小:6288384
    • 提供者:一叶知东
  1. 遗传算法优化BP神经网络

    1下载:
  2. GA算法优化BP神经网络的初始权值和阈值,提高神经网络的鲁棒性(GA algorithm optimizes the initial weights and thresholds of BP neural network to improve the robustness of neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-04-15
    • 文件大小:53248
    • 提供者:修道人
  1. bp投影

    2下载:
  2. sar雷达成像的后向投影算法的matlab代码(Matlab code of backward projection algorithm for SAR radar imaging)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-03
    • 文件大小:12288
    • 提供者:陈桔子
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com