搜索资源列表
LVQ神经网络的学习算法
- LVQ神经网络结构 LVQ1学习算法 LVQ2学习算法及特点 LVQ神经网络学习算法的MATLAB实现 LVQ神经网络应用示例 LVQ神经网络与SOM神经网络的区别
SOM
- 经典的SOM人工神经网络例子源码-classic example ANN FOSS
somtoolbox3
- SOM算法,matlab程序,是经典的教科书的例子程序-SOM algorithm, Matlab procedures, are classic textbook example of procedures
som-matlab
- 一个MATALAB写的SOM神经网络原代码程序-a MATALAB write SOM neural network source procedures!
som-source
- 基于MATLAB的SOM神经网络设计源程序-MATLAB-based SOM neural network design source
Neural_Networks_at_your_Fingertips
- 几个神经网络算法的例程,包括前向adaline, 共振art1, boltzman机, hopfield 网络, 自组织som 等等.-several neural network algorithm routines, including In this paper before, art1 resonance, Boltzman machine, hopfield networks, self-organizing som, and
som
- 采用神经网络中的SOM网络,对数据进行分类-The use of neural networks in the SOM network, the data classification
chap10
- 有SOM、LVQ、ART三種不同方式的類神經網路可以參考的實例-Has SOM, LVQ, ART in three different modes of neural network can refer to examples of
matlabtosolve
- 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元
irisSOM
- 用matlab中som实现的iris分类,包括分类的精确度-Using matlab in som realize the iris classification, including classification accuracy
knn_som
- This function can inflexibly used by the programmers who want to find neighbor in som
lvq
- lvq méthode indexation basé sur le som clustering
99273880javasom_1[1].0.0
- som with java for clustering map and prépare map for lvq
dtwsom
- A great document about SOm and LVQ
ANN
- 人工神经网络的c++实现方法,包括BP,RBF,SOM,LVQ等网络的源程序-Artificial neural network c++ realization, including BP, RBF, SOM, LVQ and other network source
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 fe
LVQandSOM
- perform SOM and LVQ on 2 UCI dataset and compare thier classification accuracy.
lvq-som
- Here is an example matlab program for som neural network program and LVQ: cb_lvq.m, lvq.m, nn_som
som
- somsimple and lvq nural net work
LVQ
- LVQ网络(Learning Vector Quantization)是SOM的一个变种,但是学习方法仍然是Kohonen的竞争方法,说他是变种,因为这个算法是一种有监督的方法。(LVQ network is a variant of SOM, but learning method is still a competitive method of Kohonen. It is a variant because it is a sup