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

搜索资源列表

  1. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决

    13下载:
  2. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
  3. 所属分类:matlab例程

    • 发布日期:2009-03-11
    • 文件大小:7942
    • 提供者:okduweijie
  1. 基于遗传算法的神经网络实现

    2下载:
  2. 利用遗传算法对神经网络进行优化,并通过Matlab平台加以实现
  3. 所属分类:matlab例程

  1. PSO优化BP神经网路

    1下载:
  2. 已经调试过的用PSO算法优化BP神经网络,取得较好的效果
  3. 所属分类:数值算法/人工智能

  1. bp.pso.rar

    0下载:
  2. 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序,The standard BP neural network algorithm procedure: momentum BP algorithm procedure: TRAINGDX called BP network training algorithm particle swarm optimization neural network source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:11539
    • 提供者:依然
  1. ga-RBF.rar

    9下载:
  2. 基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序,Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3796
    • 提供者:王建
  1. GA_RBF

    0下载:
  2. 遗传算法优化BRF神经网络的matlab程序,可直接用于预测。-Genetic algorithm optimization BRF neural network matlab program can be directly used to predict.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:4628
    • 提供者:lees3432
  1. GABPMATLAB

    4下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,然后进行训练,利用训练好的模型进行预估。附实例-The use of genetic algorithm to optimize BP neural network weights and thresholds, and then training, training a good use of forecast models. Attached examples
  3. 所属分类:Energy industry

    • 发布日期:2014-09-02
    • 文件大小:20901
    • 提供者:汲平
  1. GA

    0下载:
  2. 用遗传算法对神经网络的权值进行优化,用MATLAB编程实现-Neural network using genetic algorithm to optimize the weights, using MATLAB programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2588
    • 提供者:尹飞
  1. psopid2

    2下载:
  2. pso优化bp神经网络的程序,是师兄论文里的程序,希望对大家有用!-PSO bp neural network optimization procedure is the senior thesis in the process, I hope useful for all of us!
  3. 所属分类:人工智能/神经网络/遗传算法

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

    5下载:
  2. 这是一个采用粒子群算法优化bp神经网络权值的MATLAB程序-This is a particle swarm optimization using neural network weights bp MATLAB program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-06-27
    • 文件大小:2330
    • 提供者:chengfei
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. nn_examples

    1下载:
  2. 此为matlab教程范例,包括图像、小波分析、优化、神经网络、遗传算法及其他部分范例-This is an example of matlab tutorials, including images, wavelet analysis, optimization, neural networks, genetic algorithms and other parts of sample
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:306776
    • 提供者:梓恒
  1. hopfieldNN

    0下载:
  2. matlab格式源代码。功能:HOPFIELD神经网络优化计算算法源码和应用于数字识别问题。-matlab source code format. Function: HOPFIELD neural network optimization algorithm applied to the digital source and identify the problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1067
    • 提供者:magic
  1. GA_Test

    0下载:
  2. 这是用于遗传神经网络的matlab代码, 代码里面详细表述了怎么样建立BP神经网络的GA优化方法(this is the code for GA based BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chentrer
  1. MATLAB

    1下载:
  2. 本书论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。((This book discusses how to realize neural network in MATLAB environment, including the commonly used neural network and related the
  3. 所属分类:其他

    • 发布日期:2020-02-21
    • 文件大小:743424
    • 提供者:ES1569
  1. 遗传算法优化小波神经网络

    2下载:
  2. 本文件包含基本GA程序,小波神经网络程序,GA优化的小波神经网络程序(This paper contains basic GA program, wavelet neural network program and GA optimized wavelet neural network program.)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-17
    • 文件大小:36864
    • 提供者:桑尼1133
  1. 源代码

    1下载:
  2. 1 基于遗传算法的TSP算法(王辉) 2 基于遗传算法和非线性规划的函数寻优算法(史峰) 3 基于遗传算法的BP神经网络优化算法(王辉) 4 设菲尔德大学的MATLAB遗传算法工具箱(王辉) 5 基于遗传算法的LQR控制优化算法(胡斐)(1 TSP algorithm based on genetic algorithm (Wang Hui) 2 Function optimization algorithm based on genetic algorithm and non
  3. 所属分类:其他

    • 发布日期:2020-12-23
    • 文件大小:1499136
    • 提供者:xbkin
  1. ga_elman

    1下载:
  2. 采用matlab语言实现了遗传算法对elman神经网络的优化,固定了权阈值参数,大家可以试试(The optimization of Elman neural network by genetic algorithm is realized with MATLAB language, and the weight threshold parameters are fixed. You can try it)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-19
    • 文件大小:2048
    • 提供者:tttt121gg
  1. GA-Elman神经网络代码

    2下载:
  2. 使用遗传算法优化Elman神经网络的Matlab代码
  3. 所属分类:人工智能/神经网络/遗传算法

  1. matlab 遗传算法优化BP神经网络

    0下载:
  2. matlab 实现使用遗传算法优化BP神经网络。matlab版本:2016b
  3. 所属分类:matlab例程

    • 发布日期:2022-06-06
    • 文件大小:269652
    • 提供者:lin_ji
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com