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

搜索资源列表

  1. PSOtoolbox.rar

    1下载:
  2. 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:863.52kb
    • 提供者:wzy
  1. Forecast

    1下载:
  2. BP神经网络,自适应竞争神经网络对地震进行预测实例-BP neural network, adaptive competitive neural networks to predict the earthquake example
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1.65kb
    • 提供者:李建建
  1. annexamples

    0下载:
  2. 很多神经网络的应用程序:如感知器,自适应线性元件,BP网络,霍普菲尔德网络,竞争网络...适合初学者。-Many neural network applications: such as sensor, adaptive linear element, BP network, Hopfield networks, competitive networks ... suitable for beginners.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:79.76kb
    • 提供者:李正伟
  1. matlab

    0下载:
  2. 这是基于自组织竞争神经网络的例题 具体的自己看-This is based on self-organizing competitive neural network that looks at specific examples
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:588byte
    • 提供者:黄志波
  1. LVQ

    0下载:
  2. 对MATLAB中的竞争神经网络lvq源m文件中的程序进行修改,变成“自己”的程序,从而可以实现与其他语言的混编-The competition on the MATLAB neural network lvq source m to modify the program files into " their" process, which can be achieved with other languages mixed
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4.43kb
    • 提供者:小龙
  1. Kohonen

    0下载:
  2. Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:84.72kb
    • 提供者:李芳
  1. matlab

    0下载:
  2. 自己2011年12月的神经网络作业,利用神经网络训练: 自组织竞争网络在模式分类中的应用 —患者的某病的发病预测-December 2011, the neural network operation, the use of neural network training: self-organizing competitive network for pattern classification- in patients with the incidence of a disease
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:20.09kb
    • 提供者:稂龙亚
  1. case16

    0下载:
  2. 单层竞争神经网络的数据分类—患者癌症发病预测。 基于matlab编程的.m文件-Single-layer neural network data classification competition- in patients with cancer incidence predicted. Based on matlab programming m file
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:45.33kb
    • 提供者:亚瑟
  1. eg16-fabingyuce

    0下载:
  2. 《MATLAB神经网络30个案例分析》中的第16个例子,案例16 单层竞争神经网络的数据分类—患者癌症发病预测。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of example, 16 cases (16 patients with single competitive neural network data classification- cancer prediction. Hope to have certain
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:45.39kb
    • 提供者:杨飞
  1. Bugtest

    0下载:
  2. 通过matlab工具箱中的自适应竞争神经网络来是先对数据的聚类和预测,对严重事件的预测-Data via matlab clustering, predictive
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:8.43kb
    • 提供者:叶欣
  1. SOM

    0下载:
  2. matlab 实现的自组织竞争神经网络SOM算法程序(没有使用ANN工具箱)。可供初学者参考学习使用。-SOM self-organizing competitive neural network algorithm matlab implementation of the program (not using ANN toolbox). Reference for beginners to learn to use.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:高阳
  1. neural-network-matlab_m

    0下载:
  2. matlab神经网络原理与实例精解的matlab源代码,包括matlab快速入门、单层感知器、线性神经网络、BP神经网络、径向基函数网络、自组织竞争神经网络、随机神经网络等各章节源码,是学习神经网络的有力助手,里面包含matlab库函数工具箱的应用,也有手算代码。-matlab neural network theory and examples of fine solution matlab source code, including matlab QuickStart, single se
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:594.08kb
    • 提供者:李强
  1. self-organizing competitive neural network

    0下载:
  2. 自组织竞争神经网络的matlab实现,简单易懂(Matlab realization of self-organizing competitive neural network, easy to understand)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:8kb
    • 提供者:lubyn
  1. 3-Competitive neural network

    0下载:
  2. 竞争神经网络的matlab实现,对一组数据进行拟合和训练,得出精度(The matlab implementation of the competitive neural network, fitting and training a set of data to get the accuracy)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:12kb
    • 提供者:zlzlzl
  1. 第8章 自组织竞争神经网络

    0下载:
  2. 第8章 自组织竞争神经网络 Matlab实例+源代码(The eighth chapter of self organizing competitive neural network Matlab example + source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:9kb
    • 提供者:李响2666
  1. neural network.rar

    0下载:
  2. 帮助学习竞争神经网络与SOM神经网络的原理和matlab代码,增强对神经网络的理解和matlab编程能力。(Help to learn the principles of the competitive neural network and the SOM neural network and the matlab code, enhance the understanding of neural network and the ability of MATLAB programming.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-23
    • 文件大小:1kb
    • 提供者:天使翅膀
  1. 第8章 自组织竞争神经网络

    0下载:
  2. 在matlab平台上进行自组织竞争神经网络的编写与运行(Self-organizing competitive neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:7kb
    • 提供者:yinzicheng
  1. 遗传算法

    0下载:
  2. matlab中经典的竞争神经网络源码,如果未安装matlab,可直接查看html网页查看内容(Matlab classic competitive neural network source code, if not installed MATLAB, can directly view the HTML web page view content)
  3. 所属分类:数学计算

    • 发布日期:2018-04-18
    • 文件大小:134kb
    • 提供者:韩达哒
  1. 第8章 自组织竞争神经网络

    0下载:
  2. MATLAB学习资料,自组织竞争神经网络,带一组测试数据。(MATLAB learning materials, self organizing competitive neural network, with a set of test data.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:9kb
    • 提供者:WilderPO
  1. 神经网络入门13课源码

    3下载:
  2. 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part
  3. 所属分类:其他

    • 发布日期:2020-01-29
    • 文件大小:4.17mb
    • 提供者:1234567845432
« 12 »
搜珍网 www.dssz.com