搜索资源列表
KOHONEN
- Kohonen模型结构:它是受视网膜皮层的生物功能的启发而提出的。-Kohonen model structure : it is subject to retinal cortex of the biological function inspired by.
自组织系统Kohonen网络模型源程序
- 自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen
kohonen
- 这是有关神经网络算法中的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
SOM
- Basic library that implements Kohonen s SOM and its learning. Lanuage: C# (.Net 3.5 Framework)
KOHONEN
- 目录包含了代码执行Kohonen网络。源代码 中可以找到KNET.CPP 。样本数据isfound在KNETSAMP.PAT 。程序输出 可在接受KNETSAMP.OUT-Directory contains the code to implement Kohonen network. Source code can be found KNET.CPP. Isfound sample data in KNETSAMP.PAT. Output can be in KNETSAMP.OUT
SOFM
- 该目录包含了代码执行Kohonen自组织特征 地图网络。源代码中可以找到SOFM.CPP 。样本数据中发现 SOFMSAMP.PAT 。的自组织特征映射程序接受输入的载体和组成 计算重量。输出定向到屏幕上。-This directory contains the code to implement Kohonen self-organizing feature map network. Source code can be found SOFM.CPP. Found in the s
TestKohonen
- Demonstrates the Kohonen neural network.
Simple_SOFM
- 直接使用工具箱函数的kohonen网络源程序-only use kohonen tool function som,
kohonen
- 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
29
- kohonen网络的聚类算法—网络入侵聚类
KOHONEN
- 人工神经网络SOM,通过输入训练样本,训练次数等参数进行训练,实现模式分类-Artificial neural network SOM, by entering the training sample, training times and other parameters of training to achieve pattern classification
Kohonen
- Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
SOMF-lib-and-implementation
- 基于kohonen库的SOFM神经网络实现,内含库文件及说明,以及基于该库文件的实现及实现。-Based kohonen SOFM neural network library, containing library files and instructions, and based on the library implementation and implementation.
KOHONEN
- 史上最强的SOM算法。C语言实现.som算法 组织神经网络用于图像分割matlab实现-som-organizing neural 。-the best SOMalgorithm ! it is very good.
Kohonen-SOFM
- Kohonen的SOFM(自组织特征映射)源程序-Kohonen' s SOFM (self-organizing feature map) source
Kohonen
- 该代码为基于Kohonen网络的分类算法,注意归一化处理以及网络的构建-The code for the classification algorithm based on Kohonen networks, pay attention to the normalization processing and network building
kohonen
- kohonen网络的聚类算法—网络入侵聚类-kohonen network clustering algorithm- Cluster Network Intrusion
Kohonen-network-clustering-algorithm
- kohonen网络的聚类算法—网络入侵聚类-Kohonen network clustering algorithm, clustering network intrusion
kohonen
- 基于kohonen网络的聚类算法,网络入侵聚类-kohonen web
case29-kohonen
- MATLAB神经网络30个案例分析—案例29 kohonen网络的聚类算法—网络入侵聚类源代码及数据-MATLAB Neural Network Analysis of 30 cases- case the 29 kohonen network clustering algorithm- network intrusion clustering source code...