CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - som-lvq
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - som-lvq - List
[
Documents
]
LVQ神经网络的学习算法
DL : 0
LVQ神经网络结构 LVQ1学习算法 LVQ2学习算法及特点 LVQ神经网络学习算法的MATLAB实现 LVQ神经网络应用示例 LVQ神经网络与SOM神经网络的区别
Update
: 2009-12-17
Size
: 189.02kb
Publisher
:
shengdong1979
[
AI-NN-PR
]
SOM
DL : 0
经典的SOM人工神经网络例子源码-classic example ANN FOSS
Update
: 2025-02-17
Size
: 106kb
Publisher
:
[
AI-NN-PR
]
somtoolbox3
DL : 0
SOM算法,matlab程序,是经典的教科书的例子程序-SOM algorithm, Matlab procedures, are classic textbook example of procedures
Update
: 2025-02-17
Size
: 417kb
Publisher
:
郭攀红
[
matlab
]
som-matlab
DL : 0
一个MATALAB写的SOM神经网络原代码程序-a MATALAB write SOM neural network source procedures!
Update
: 2025-02-17
Size
: 1kb
Publisher
:
余建波
[
Special Effects
]
som-source
DL : 0
基于MATLAB的SOM神经网络设计源程序-MATLAB-based SOM neural network design source
Update
: 2025-02-17
Size
: 4kb
Publisher
:
lihuan
[
MPI
]
Neural_Networks_at_your_Fingertips
DL : 0
几个神经网络算法的例程,包括前向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 so on.
Update
: 2025-02-17
Size
: 327kb
Publisher
:
Z. Y. GU
[
AI-NN-PR
]
som
DL : 0
采用神经网络中的SOM网络,对数据进行分类-The use of neural networks in the SOM network, the data classification
Update
: 2025-02-17
Size
: 1kb
Publisher
:
余洁
[
matlab
]
chap10
DL : 0
有SOM、LVQ、ART三種不同方式的類神經網路可以參考的實例-Has SOM, LVQ, ART in three different modes of neural network can refer to examples of
Update
: 2025-02-17
Size
: 6kb
Publisher
:
陳曉
[
matlab
]
matlabtosolve
DL : 1
基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元个数为15。 在训练阶段,如果用于训练的输入训练样本的类别标号为i(即语音数据的标号),则训练时设第i个节点的期望输出设为1。其余节点期望输出均为0。 在识别时,当一个未知类别的样本作用到输入端时,考查各输出节点的输出,并将这个样本的类别判定为输出值最大的那个节点对应的类别。 -err
Update
: 2025-02-17
Size
: 643kb
Publisher
:
wang
[
Other
]
irisSOM
DL : 0
用matlab中som实现的iris分类,包括分类的精确度-Using matlab in som realize the iris classification, including classification accuracy
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wz
[
matlab
]
knn_som
DL : 0
This function can inflexibly used by the programmers who want to find neighbor in som
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jeraggio
[
Mathimatics-Numerical algorithms
]
lvq
DL : 0
lvq méthode indexation basé sur le som clustering
Update
: 2025-02-17
Size
: 1kb
Publisher
:
chergui
[
Other Web Code
]
99273880javasom_1[1].0.0
DL : 0
som with java for clustering map and prépare map for lvq
Update
: 2025-02-17
Size
: 2.43mb
Publisher
:
chergui
[
Industry research
]
dtwsom
DL : 0
A great document about SOm and LVQ
Update
: 2025-02-17
Size
: 106kb
Publisher
:
asdfgh
[
CSharp
]
ANN
DL : 0
人工神经网络的c++实现方法,包括BP,RBF,SOM,LVQ等网络的源程序-Artificial neural network c++ realization, including BP, RBF, SOM, LVQ and other network source
Update
: 2025-02-17
Size
: 106kb
Publisher
:
feng lili
[
matlab
]
somlvq
DL : 0
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 algorithm (not use MATLAB tool), but for LVQ use MATLAB tool.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
massumeh
[
matlab
]
LVQandSOM
DL : 0
perform SOM and LVQ on 2 UCI dataset and compare thier classification accuracy.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
hamid
[
matlab
]
lvq-som
DL : 0
Here is an example matlab program for som neural network program and LVQ: cb_lvq.m, lvq.m, nn_som
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zimbah
[
Other
]
som
DL : 0
somsimple and lvq nural net work
Update
: 2025-02-17
Size
: 18kb
Publisher
:
poozesh
[
matlab
]
LVQ
DL : 0
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 supervised method.)
Update
: 2025-02-17
Size
: 46kb
Publisher
:
哼哼1214
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.