CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 竞争神经网络

搜索资源列表

  1. New_and_used_bills___classification___for_cepstrum

    0下载:
  2. 基于倒谱分析对声音信号的处理,以此用来分类钞票的等级,用LVQ算法通过竞争神经网络实现。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:337553
    • 提供者:张小天
  1. 竞争网络聚类

    0下载:
  2. 神经网络中的竞争网络聚类-neural network competition in the network clustering
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:998
    • 提供者:梁白鸥
  1. 自组织系统Kohonen网络模型源程序

    0下载:
  2. 自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:34625
    • 提供者:张洁
  1. jingzhengceng

    0下载:
  2. 利用神经网络竞争层给数据分类,程序后面有详细注释-The program classify data in neural network about Competitive layer, and detailed notes behind the program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1368
    • 提供者:101
  1. shenjingwangluo

    0下载:
  2. 运用自组织竞争网络来完成岩石性质的识别,以此为背景,训练神经网络,并进行分类。-The use of self-organizing nature of competition in the network to complete the identification of rock, as a background, training neural networks and classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:13511
    • 提供者:jak
  1. neural-networkclassification-

    0下载:
  2. 单层竞争神经网络的数据分类—患者癌症发病预测-Single layer neural network data classification in patients with cancer prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:46722
    • 提供者:jiaxing
  1. Artificial-Neural-Networks2006

    0下载:
  2. 神经网络概述及基本模型,然后详述了各种模型,包括感知器神经模型、自组织竞争神经网络、径向基函数神经网络、反馈神经网络、支持向量机神经网络、遗传算法等内容。-Overview and basic neural network model, and then details the various models, including perceptron neural model, self-organizing competitive neural network, radial basis fu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10160786
    • 提供者:王龙
  1. Neural-network555

    0下载:
  2. 单层竞争神经网络的数据分类—患者癌症发病预测,共3个文件-Single layer neural network data classification in patients with cancer prediction, a total of 3 documents
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:46353
    • 提供者:陈华忠
  1. patients-with-cancer-prediction

    0下载:
  2. 单层竞争神经网络的数据分类—患者癌症发病预测-Single layer neural network data classification in patients with cancer prediction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:46422
    • 提供者:zhangzhi
  1. cancer

    0下载:
  2. 单层竞争神经网络的数据分类—患者癌症发病预测-Monolayer competitive neural network data classification- cancer in patients with predicted
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-08
    • 文件大小:45937
    • 提供者:michael zhang
  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-16
    • 文件大小:46480
    • 提供者:杨飞
  1. chengxu

    0下载:
  2. 一个基于单层竞争神经网络的数据分类程序,对患者癌症发病进行预测-A single competitive neural network based data classification procedures for cancer patients to predict
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:46036
    • 提供者:
  1. competitive

    0下载:
  2. 自组织竞争神经网络对数据聚类效果观察实验。-Self-organizing competitive neural network for data clustering effect observation experiment...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:667
    • 提供者:吴晓君
  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-12
    • 文件大小:1745
    • 提供者:高阳
  1. ASCSNN

    0下载:
  2. 自组织竞争神经网络应用实例,共有12的例子。-The self-organizing competitive neural network applications, a total of 12 examples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:8867
    • 提供者:李富青
  1. neural-network-

    0下载:
  2. matlab里面神经网络工具箱的例子锦集,主要包括了bp神经网络,随机神经网络、自组织竞争神经网络、径向基函数网络。-Inside matlab neural network toolbox Jinji examples, including the bp neural networks, Stochastic neural networks, since neural network, radial basis function network organization competition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:335196
    • 提供者:chendong
  1. Single-competitive-neural-network

    0下载:
  2. 单层竞争神经网络的数据分类,患者癌症发病预测作为例子,代码方便修改-Data classification single competitive neural network to predict the onset of cancer patients as an example to modify the code to facilitate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:46499
    • 提供者:anpan
  1. 第8章 自组织竞争神经网络

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

    • 发布日期:2018-04-21
    • 文件大小:9216
    • 提供者:李响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-22
    • 文件大小:1024
    • 提供者:天使翅膀
  1. 05 竞争神经网络与SOM神经网络

    2下载:
  2. 里面有两个神经网络原理的PPT,竞争神经网络和SOM神经网络,还有一个实际案例————矿井突水水源的判别。(There is a neural network principle of PPT, competitive neural network and SOM neural network, there is also a practical case - the identification of mine water inrush.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-04-08
    • 文件大小:522240
    • 提供者:悠嘻猴岁月
« 12 »
搜珍网 www.dssz.com