搜索资源列表
sofm_src
- The source code of SOM (Self Organizing Map)
55593406som
- 自组织神经映射的VC程序,很好的资源哦 希望大家多多下载-Self-organizing neural VC mapping procedures, good Oh I hope everyone a lot of resources to download
Som
- 网上关于自组织映射som的代码一般都是解决极点平衡的,我的这个不是,是用于模式分类的,可以运行,有详细的注释,供大家参考。这个代码,二维平面上的节点个数不能大于样本向量的个数。-Online self-organizing map about som of the code are generally solve the pole balanced, this is not mine, are used for pattern classification, and can run, has d
full_eg
- som网络例子,人口比例模型,主要利用自组织神经网络对其进行分类。-som network example, the proportion of the population model, the main use of self-organizing neural network to classify them.
SOM
- This Matlab code for clustering using Self Organizing Map-This is Matlab code for clustering using Self Organizing Map
som
- som matlab source code from http://chi3x10.wordpress.com/2008/05/08/som-self-organizing-map-code-in-matlab/
SOM
- 基于matlab的自组织神经网络进行遥感图像分类处理-Matlab based on the self-organizing neural network for remote sensing image classification processing
som
- 自组织映射神经网络som算法的源程序 matlab-Self-organizing map neural network SOM algorithm matlab source
SOM-PNN
- 本文将SOM(自组织特征映射)和PNN(概率)神经网络应用到柴油机故障诊断中,首先介绍了SOM和PNN神经网络的算法,然后对柴油机的故障进行了分析,并运用matlab进行了仿真,验证了实验结果。-This article will SOM (self-organizing feature map) and PNN (probability) neural network is applied to fault diagnosis of diesel engine, first introduce
A1SOM
- SOM神经网络,Self-Organizing Map 的缩写,即自组织映射。 1981年芬兰Helsink大学的T.Kohonen教授提出一种自组织特征映射网,简称SOM网,又称Kohonen网。 Kohonen认为:一个神经网络接受外界输入模式时,将会分为不同的对应区域,各区域对输入模式具有不同的响应特征,而且这个过程是自动完成的。自组织特征映射正是根据这一看法提出来的,其特点与人脑的自组织特性相类似。 由于它的强大功能,多年来,神经网络在数据分类、知识获取、过程监测、故障识别等领域
SOM
- SOM神经网络:Self-Organizing Map 的缩写,即自组织映射。 1981年芬兰Helsink大学的T.Kohonen教授提出一种自组织特征映射网,简称SOM网,又称Kohonen网。 Kohonen认为:一个神经网络接受外界输入模式时,将会分为不同的对应区域,各区域对输入模式具有不同的响应特征,而且这个过程是自动完成的。自组织特征映射正是根据这一看法提出来的,其特点与人脑的自组织特性相类似。 由于它的强大功能,多年来,神经网络在数据分类、知识获取、过程监测、故障识别等领域
som
- 自组织映射的基本代码,可用于分类,聚类,异常检测等-This self-organizing map is basic code,which can ba used for classification,clustering,anomaly detaction,etc.
SOM
- SOFM自组织特征映射网络的C++实现代码,可以在VS中直接运行。-SOFM self-organizing feature map network C++ implementation code can be run directly in VS.
Kohonen self-organizing network
- self-organizing map neural network source
SOM
- 自组织竞争神经网络,可以对数据进行无监督学习聚类,本质上是一种只有输入层--隐藏层的神经网络(The self-organized competitive neural network can carry out unsupervised learning clustering of data, which is essentially a neural network with only the input layer hidden layer.)
som
- MATLAB程序,SOM的MATLAB程序(Self organizing feature map)
SOM algoritma
- Use the SOM for clustering data without knowing the class memberships of the input data. The SOM can be used to detect features inherent to the problem and thus has also been called SOFM, the Self-Organizing Feature Map.