搜索资源列表
som-matlab
- 一个MATALAB写的SOM神经网络原代码程序-a MATALAB write SOM neural network source procedures!
SOM
- Kohonen的SOM软件包,matlab里最好的som软件
SOM-GRNN.rar
- 高光谱图像分类方法SOM
somlvq
- This project compares the performance of SOM versus LVQ in classification problems. Given two data sets: ‘iris.dat’ has 150 patterns of 3 classes with 4 features. ‘wine.dat’ has 178 patterns of 3 classes with 13 features. For SOM, use its alg
SOM-MATLAB
- 此ppt详细讲解了SOM的MATLAB实现全过程-This ppt explain in detail the self-organizing network learning algorithm to achieve the whole process of MATLAB
SOM
- 基于自组织特征映射(SOM)的系统辨识算法实现-Based on self-organizing feature map (SOM) of the system identification algorithm
som
- 分别列出BP网络与som网络的代码,通过运行后可以看出同一种问题在不同网络下的处理差别。-A breakdown of BP network and som network code, by running after the same kind of problem can be seen in the different networks of processing differences.
som
- 在[0,1]平面上呈均匀分布和高斯分布的样本,用som网络求解体现其分布概率问题-In [0,1] plane was uniformly distributed and Gaussian distribution of the samples, using som reflect its distribution network for solving probability problems
som(Jal.You)
- SOM神经网络(自组织特征映射神经网络)是一种无导师神经网路。网络的拓扑结构是由一个输入层与一个输出层构成。输入层的节点数即为输入样本的维数,其中每一节点代表输入样本中的一个分量。输出层节点排列结构是二维阵列。输入层X中的每个节点均与输出层Y每个神经元节点通过一权值(权矢量为W)相连接,这样每个输出层节点均对应于一个连接权矢量。 自组织特征映射的基本原理是,当某类模式输入时,其输出层某一节点得到最大刺激而获胜,获胜节点周围的一些节点因侧向作用也受到较大刺激。这时网络进行一次学习操作,获胜节点
SOM
- ANN Simulink/Matlab. Constructing Kohonen Self-Organizing-Map (SOM)
som
- SOM Algorithm in Data Mining
som
- this a matlab implementation for som network-this is a matlab implementation for som network
som
- 用于对一组具有相似数据 的聚类,并且可视化。-SOM
SOM-Toolbox
- Toolbox to implement SOM nural network in matlab
SOM-(Data-Modeling)
- A program for data modeling by SOM neural network (with GUI).
som
- 使用自组织网络som根据动物特征进行分类的示例代码-Using self-organizing network based on animal characteristics to classify som sample code
SOM神经网络的数据分类--柴油机故障诊断
- SOM神经网络的数据分类--柴油机故障诊断(Data classification of SOM neural network -- Diesel Engine Fault Diagnosis)
som神经网络
- 一个神经网络接收外界输入模式时,将会分为不同的对应区域,各区域对输入模式有不同的响应特征,而这个过程是自动完成的。其特点与人脑的自组织特性类似。SOM的目标是用低维(通常是二维或三维)目标空间的点来表示高维空间中的所有点,尽可能地保持点间的距离和邻近关系(拓扑关系)。(When a neural network receives external input mode, it will be divided into different corresponding regions. Each r
SOM
- SOM聚类算法,人工神经网络 matlab 源程序代码(SOM clusters matlab)
som-bp混合神经网络的matlab程序
- 本文件包含som-bp串联神经网络的代码和数据,可用来做数据拟合,改成你自己的数据即可(This file contains the code and data for the som-bp series neural network, which can be used for data fitting and changed to your own data)