CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - neural network optimization

搜索资源列表

  1. yhzgah_sars

    0下载:
  2. 用matlab编写的用遗传算法优化的神经网络的算法,读者可以根据需要进行相应参数的定义。-Prepared using matlab optimization using genetic algorithm neural network algorithm, readers can be required to carry out the corresponding definition of parameters.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:47388
    • 提供者:程俊仁
  1. Optimization_of_RBF_Network

    2下载:
  2. Matlab粒子群算法优化RBF网络 采用了粒子群算法对RBF神经网络中的参数进行了优化,在测试程序中验证了经过粒子群算法优化的RBF神经网络的函数逼近能力比未经过优化的逼近能力强-Matlab PSO RBF network optimization using particle swarm optimization on RBF neural network parameters are optimized, in the test procedures and verified thr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4621
    • 提供者:陳子力
  1. ex3

    1下载:
  2. 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:113497
    • 提供者:吕寿鹏
  1. ga_bp

    1下载:
  2. ga优化神经网权值&阈值程序。为了方便,我把几个matlab的程序都放在txt文件里,使用时,对照把txt内容复制进matlab即可-ga optimization neural network weights & threshold procedures. For convenience, I have several matlab programs on the txt file, use, control the content of the txt you copied into
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1266
    • 提供者:chengwei
  1. ag_neural

    0下载:
  2. Genetic Algorithm + Neural Network for caracteristic optimization-Genetic Algorithm+ Neural Network for caracteristic optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:Danilo
  1. gabp

    0下载:
  2. ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到,在此不必赘述我就把用gaot5的小程序贴在下面吧,也是y=1/x-ga optimization neural network weights & threshold procedures. Optimization of the basic principles and processes can be found in many papers, do not have to go into details he
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1165
    • 提供者:肖晔
  1. skeletonization

    0下载:
  2. 这是神经网络里面结构优化里面重要的剪枝方法之一,灵敏度剪枝方法。-This is a neural network structure optimization inside one of the methods inside the major pruning, sensitivity pruning method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2177
    • 提供者:赵寿玲
  1. sine

    0下载:
  2. 用遗传算法优化神经网络权值 最后实现逼近sin函数曲线-Neural network using genetic algorithm optimization to achieve the right of the value of the final function curve approximation sin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:293925
    • 提供者:无名
  1. network

    0下载:
  2. 神经网络的优化,神经网络中的若干问题研究-Neural network optimization, neural network study of a number of issues
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6959597
    • 提供者:周旭
  1. PSA_RBF

    0下载:
  2. 一个粒子群算法、遗传算法优化RBF径向基神经网络源代码,可直接使用。-A particle swarm optimization, genetic algorithm optimization RBF Radial Basis Function neural network source code, can be used directly.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6543
    • 提供者:李霞妮
  1. 05363793

    0下载:
  2. An Improved PSO Algorithm to Optimize BP Neural Network Abstract This paper presents a new BP neural network algorithm which is based on an improved particle swarm optimization (PSO) algorithm. The improved PSO (which is called IPSO) algori
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:252872
    • 提供者:dasu
  1. POSRBFNN

    2下载:
  2. mtlab粒子群优化模糊RBF神经网络整定PID控制-mtlab Particle Swarm Optimization Fuzzy RBF neural network PID control tuning
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:8104
    • 提供者:zhaoyunyuan
  1. Particle-swarm-optimization

    0下载:
  2. 微粒群优化算法(Particle Swarm Optimization,PSO算法)源于鸟群和鱼群群体运 动行为的研究,是一种新的群体智能优化算法,是演化计算领域中的一个新的分支。它 的主要特点是原理简单、参数少、收敛速度较快,所需领域知识少。该算法的出现引起 了学者们极大的关注,已在函数优化、神经网络训练、组合优化、机器人路径规划等领 域获得了广泛应用,并取得了较好的效果。尽管粒子群优化算法发展近十年,但无论是 理论分析还是实践应用都尚未成熟,有大量的问题值得研究。 -
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:601984
    • 提供者:
  1. tulun2

    0下载:
  2. 数学建模中的常用算法 - 算法分析 - 道客巴巴 数学建模中的常用算法 成都信息工程...最优化理论的三大非经典算法: 模拟退火法SA、神经网络NN、遗传算法GA 近几年的... -Commonly used mathematical modeling algorithm- Algorithm Analysis- Road passenger Baba mathematical modeling algorithms used in the Chengdu Univers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:5600
    • 提供者:chen
  1. psownn

    4下载:
  2. 基于PSO的小波神经网络,有PSO的详解文档,wnn应用,效果一般-Wavelet neural network based on PSO, PSO' s Detailed documents are, wnn application, the general effect
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-04-28
    • 文件大小:197632
    • 提供者:zhang
  1. neural-network

    0下载:
  2. 神经网络相关ppt,主要包括BP算法和感知器优化算法相关介绍-Neural network-related ppt, including BP algorithm and optimization algorithm related presentations perceptron
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4328348
    • 提供者:chenliang
  1. Neural-network444

    0下载:
  2. 连续Hopfield神经网络的优化-旅行商问题优化计算,一共四个文件-Continuous Hopfield neural network optimization traveling salesman problem optimization calculation, a total of four documents
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3418
    • 提供者:陈华忠
  1. BP-neural-network-with-GA

    0下载:
  2. 用遗传算法优化BP神经网络MATLAB编程实例-Optimization for BP neural network with genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:13722
    • 提供者:
  1. Practical-neural-network-tutorial

    0下载:
  2. 本书介绍了神经网络常用算法、优化算法及其混合编程实现-This book presents a commonly used neural network algorithms, optimization algorithm and its hybrid programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-15
    • 文件大小:23364069
    • 提供者:萱珊
  1. Particle-swarm-optimization-(PSO)

    0下载:
  2. 粒子群优化算法(PSO)应用于神经网络优化程序-Particle swarm optimization (PSO) algorithm is applied to the neural network optimization program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:22271
    • 提供者:yu hao
« 1 23 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com