CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - kohonen neural network

搜索资源列表

  1. CHAPT8

    0下载:
  2. 神经网络模式识别及其实现,第八章。 内含:KMEANS 、KOHONEN 、LVQ 、SOFM 算法。-pattern recognition and neural network to achieve, Chapter VIII. Intron : KMEANS, KOHONEN, LVQ, SOFM algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:128739
    • 提供者:五专
  1. matfun

    0下载:
  2. 神经网络源码可应用于遥感图像分类,包括bp、kohonen等方法-neural network source can be used in remote sensing image classification, including bp, Kohonen methods
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3882
    • 提供者:刘武
  1. som349

    0下载:
  2. 自组织 Kohonen 映射程序,当一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。 -Kohonen self-organizing map process, when a neural network to outside input mode, will be divid
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

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

    0下载:
  2. 这是有关神经网络算法中的kohonen算法的代码实现和有关介绍文章。共大家参考。是本人自己做的程序。虽然是比较旧的算法。但对新学神经网络的朋友会有所帮助。-This is the neural network algorithm kohonen algorithm code and the introduction article. Of reference. Is my own program. Although the older algorithm. But the new study n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2391701
    • 提供者:ANMINGSHOU
  1. TestKohonen

    0下载:
  2. Demonstrates the Kohonen neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9087
    • 提供者:stryker
  1. kohonen

    0下载:
  2. Kohonen neural Network
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:69791
    • 提供者:Ann
  1. thematerialofmatlabandthedataofpatternrecognitionw

    0下载:
  2. matlab的详细手册(中英文版)、matlab的相关程序实例、用maple和matlab解决科学计算问题的资料 Kohonen网络的模式识别和LVQ神经网络的模式识别-matlab detailed manual (in English), matlab examples of the relevant procedures, using maple and matlab to solve issues in scientific computing Kohonen network LVQ
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-29
    • 文件大小:11692213
    • 提供者:lbj
  1. kohonen

    0下载:
  2. This program is a simple demonstration of a Kohonen self-organizing neural network. The program merely maps itself to a set of coordinates ranging from -0.5 to 0.5 on both the x and y-axis. The program layout is very simple - the Run button will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:180504
    • 提供者:Luigi
  1. f

    0下载:
  2. 基于KOHONEN神经网络聚类方法在遥感分类中的比较-Based on KOHONEN neural network clustering method in a comparison of remote sensing classification
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:320124
    • 提供者:sds
  1. KOHONEN

    0下载:
  2. 人工神经网络SOM,通过输入训练样本,训练次数等参数进行训练,实现模式分类-Artificial neural network SOM, by entering the training sample, training times and other parameters of training to achieve pattern classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:267350
    • 提供者:苏米
  1. Kohonen

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

    • 发布日期:2017-03-27
    • 文件大小:86751
    • 提供者:李芳
  1. SOMF-lib-and-implementation

    0下载:
  2. 基于kohonen库的SOFM神经网络实现,内含库文件及说明,以及基于该库文件的实现及实现。-Based kohonen SOFM neural network library, containing library files and instructions, and based on the library implementation and implementation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:716737
    • 提供者:mars
  1. kohonen

    0下载:
  2. kohoenn neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:98527
    • 提供者:ali
  1. case29-kohonen

    0下载:
  2. MATLAB神经网络30个案例分析—案例29 kohonen网络的聚类算法—网络入侵聚类源代码及数据-MATLAB Neural Network Analysis of 30 cases- case the 29 kohonen network clustering algorithm- network intrusion clustering source code...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:88466
    • 提供者:huxinxin
  1. self-organizing-map-Kohonen

    0下载:
  2. self organizing map Kohonen Neural Network
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:19335
    • 提供者:ammar
  1. Kohonen_salesman

    0下载:
  2. Code implementation of a Kohonen Neural Network that solves the Traveling salesman problem for 500 cities.-Code implementation of a Kohonen Neural Network that solves the Traveling salesman problem for 500 cities.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2543
    • 提供者:famn51
  1. Kohonen_unitarycircle

    0下载:
  2. Code implementation of a Kohonen Neural Network that learns a uniform distribution in the unitary circle. It shows the topology preservation map.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2836
    • 提供者:famn51
  1. Kohonen

    1下载:
  2. 基于kohonen网络的DOS攻击检测算法-DOS attack detection algorithm based on Kohonen neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:2048
    • 提供者:王晨
  1. abcdefg12345

    0下载:
  2. 程序可以实现采用kohonen神经网络进行聚类分析(The Kohonen neural network can be used to carry out clustering analysis in the program)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:697344
    • 提供者:罐男
« 12 »
搜珍网 www.dssz.com