CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 神经网络 优化 matlab

搜索资源列表

  1. gvrizqia

    0下载:
  2. 解耦,恢复原信号,Relief计算分类权重,包括调制,解调,信噪比计算,LCMV优化设计阵列处理信号,对HARQ系统的吞吐量分析,是一种双隐层反向传播神经网络,matlab程序运行时导入数据文件作为输入参数,GPS和INS组合导航程序。- Decoupling, restore the original signal, Relief computing classification weight, Includes the modulation, demodulation, signal to
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:13179
    • 提供者:cvymmzk
  1. GA-BP-matlab-socure-code

    0下载:
  2. matlab写的神经网络代码,其中含有遗传算法对神经网络的权值和阈值优化模块,解释比较详细,师兄的毕业设计部分代码-Written in Matlab neural network code, which contains the genetic algorithm of neural network weights and threshold optimization module, a more detailed explanation, senior graduation design p
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1440
    • 提供者:wen32322
  1. matlab只能算法30个案例分析

    1下载:
  2. 智能优化30个案例 包括遗传算法 粒子群算法 多目标优化 神经网络等
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-06-15
    • 文件大小:1517402
    • 提供者:93666349@qq.com
  1. Matlab-GP-nn-algorithmic-optimize

    0下载:
  2. 在Matlab中PSO算法可用于BP神经网络的网络权值优化,PSO算法比传统的BP神经网络采用误差反向传播来调整网络连接权值可以有更大的空间内搜索的优势。-The PSO calculate way can be used for the network power of BP nerve network to be worth in Matlab excellent turn, the PSO calculate way is more anti- than traditional BP ne
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:10478
    • 提供者:liuhong
  1. To-predict

    0下载:
  2. matlab预测程序集合,适用于数学建模大赛,直接数据导入就可以用。包括灰色模型预测程序2个,gm10,greymodel,高斯混合模型mixture_of_gaussians,以及BP神经网络优化模型,遗传算法优化,Genetic,粒子群算法优化,PSO-Matlab to predict collection, suitable for mathematical modeling contest, data import can use directly. Including gray mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:7211
    • 提供者:Lisa
  1. bat-BP-matlab

    0下载:
  2. bat优化的BP神经网络,提高了BP神经网络的性能-Bat optimization of BP neural network, improve the performance of BP neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:56236
    • 提供者:Aron
  1. Genetic

    0下载:
  2. 遗传算法优化BP神经网络初始权值阈值,主程序(GA optimizes the initial weight threshold of BP neural network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:先旺
  1. MATLAB智能算法(遗传_神经网络_蚁群_免疫)

    1下载:
  2. 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1501184
    • 提供者:李乃双
  1. chapter3

    0下载:
  2. 遗传算法优化BP神经网络——非线性函数拟合(Optimization of BP neural network by genetic algorithm -- nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:54272
    • 提供者:feifeiqueen
  1. MATLAB智能算法30个案例分析——源代码

    1下载:
  2. 算法优化,包括粒子群算法,遗传算法以及多种神经网络(optimization algrithm,include PSO algrithm GA and other kind algrithm ,and many kinds of Nural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1571840
    • 提供者:挖宝额
  1. nnrbf

    1下载:
  2. pid控制,RBF网络,通过神经网络来对PID的参数进行整定优化。(PID control, RBF network.The parameters of PID are optimized by neural network.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:153600
    • 提供者:小鱼2017
  1. mathematical modeling

    0下载:
  2. 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:99482624
    • 提供者:Jyoung丶
  1. 代码

    0下载:
  2. MATLAB 代码 第1章 BP神经网络的数据分类——语音特征信号分类 第2章 BP神经网络的非线性系统建模——非线性函数拟合 第3章 遗传算法优化BP神经网络——非线性函数拟合 第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优 第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模 第6章 PID神经元网络解耦控制算法——多变量系统控制 第7章 RBF网络的回归--非线性函数回归的实现 ....等58章(MATLAB code The first
  3. 所属分类:matlab例程

    • 发布日期:2017-12-10
    • 文件大小:12878448
    • 提供者:ddd121
  1. 智能算法

    0下载:
  2. 智能算法,含有遗传算法、模拟退火算法、BP神经网络优化、免疫算法、粒子群算法、蚁群算法等智能算法,MATLAB亲测可用。(Intelligent algorithm, including genetic algorithm, simulated annealing algorithm, BP neural network optimization, immune algorithm, particle swarm algorithm, ant colony algorithm and other
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:1501184
    • 提供者:Markov
  1. chapter3

    0下载:
  2. 用遗传算法优化神经网络,对非线性函数进行拟合。(The neural network is optimized by genetic algorithm, and the nonlinear function is fitted.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:53248
    • 提供者:新湖
  1. NSGA2-ELM

    1下载:
  2. 以NSGA2算法作为学习算法优化ELM神经网络的权值,满足误差小、权值范围小的双目标(NSGA2 algorithm is used as a learning algorithm to optimize the weights of ELM neural network, and it meets the double objective with small error and small weight range)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:214016
    • 提供者:cl147258
  1. ga-bp

    0下载:
  2. 通过GA算法对bp神经网络的阈值阀值进行优化(The threshold value of BP neural network is optimized by GA algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:14336
    • 提供者:十七
  1. matlab

    0下载:
  2. Matlab中关于PSO优化BP神经网络的实例,以及具体的代码(An example of PSO optimization of the BP neural network in Matlab and the specific code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:22528
    • 提供者:XMM许木木
  1. GeneBP

    0下载:
  2. 在matalb环境中,用遗传算法优化BP,求解神经网络模型参数(In the MATALB environment, the genetic algorithm is used to optimize the BP, and the parameters of the neural network model are solved)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:191488
    • 提供者:custhaiyang
  1. 30 lzq

    0下载:
  2. 用于pso等各种优化算法以及各种交叉使用的算法 神经网络还有单纯型法的最大最小优化算法(Various optimization algorithms, such as PSO, and all kinds of intersecting algorithm neural networks and the simplex optimization algorithm of simplex method)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:hxxa
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com