搜索资源列表
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
knn_som
- This function can inflexibly used by the programmers who want to find neighbor in som
classical_SOM_program
- classic SOM program for using with Matlab Neural network toolbox useful for data classification etc.
3970997som-matlab
- 这是非常好的程序,有兴趣的都来看看,-It is a very good procedures, all interested parties to look at,
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.
digitrecognition
- this digit recognition using som-this is digit recognition using som
somm
- code source on matlab for som
MahSom_v1
- This code is the implementation of Mahalnobis SOM algorithm published in this article. Face recognition under varying illumination using Mahalanobis self-organizing map S Aly, N Tsuruta, RI Taniguchi - Artificial Life and Robotics, 2008 - Springe
SOM
- MATLAB的自组织映射神经网络源码和相应的实验数据-MATLAB' s self-organizing map neural network source code and the corresponding experimental data
SVM
- 基于SVM和混沌理论的关于水质预测的matlab仿真的程序,程序里面有详细的说明。是我的毕业设计,希望大家有用。-Based on SVM and Chaos Theory on the water quality prediction matlab simulation program, the program which are described in detail. Is my graduation project I hope you useful.
som(Jal.You)
- SOM神经网络(自组织特征映射神经网络)是一种无导师神经网路。网络的拓扑结构是由一个输入层与一个输出层构成。输入层的节点数即为输入样本的维数,其中每一节点代表输入样本中的一个分量。输出层节点排列结构是二维阵列。输入层X中的每个节点均与输出层Y每个神经元节点通过一权值(权矢量为W)相连接,这样每个输出层节点均对应于一个连接权矢量。 自组织特征映射的基本原理是,当某类模式输入时,其输出层某一节点得到最大刺激而获胜,获胜节点周围的一些节点因侧向作用也受到较大刺激。这时网络进行一次学习操作,获胜节点
SOM
- ANN Simulink/Matlab. Constructing Kohonen Self-Organizing-Map (SOM)
somANN
- 基于matlab的SOM神经网络源码,讲解matlab下如何实现SOM神经网络,给出实例-SOM—ANN source code based on matlab
SOM-Toolbox
- Toolbox to implement SOM nural network in matlab
som
- neural network, SOM, in matlab
som
- som code in matlab for any thing
som神经网络
- 一个神经网络接收外界输入模式时,将会分为不同的对应区域,各区域对输入模式有不同的响应特征,而这个过程是自动完成的。其特点与人脑的自组织特性类似。SOM的目标是用低维(通常是二维或三维)目标空间的点来表示高维空间中的所有点,尽可能地保持点间的距离和邻近关系(拓扑关系)。(When a neural network receives external input mode, it will be divided into different corresponding regions. Each r
Color Reduction and Quantization
- Color Reduction and Quantization using k-Means, Fuzzy Clustering (FCM), and SOM Neuarl Network in MATLAB In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent c