lvq_1

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:36KB
下载次数:45
上传日期:2006-03-15 17:06:30
上 传 者hxmqz
说明:  支持向量机的人工神经网络算法,C程序的,供大家参考!
(SVM artificial neural network algorithm, C procedures, for your reference!)

文件列表:
LVQ (0, 2006-03-15)
LVQ\LVQ.CPP (8352, 1995-08-27)
LVQ\LVQ.EXE (68683, 1995-08-27)
LVQ\LVQ1.PAT (1275, 1995-01-19)
LVQ\LVQ1.PIC (409, 1995-01-20)
LVQ\LVQTEST1.TST (1275, 1995-01-19)
LVQ\LVQTEST2.TST (640, 1995-08-27)

This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The LVQ program accepts input consisting of vectors and calculates the LVQ network weights. If a test set is specified, the winning neuron (class) for each neuron is identified and the Euclidean distance between the pattern and each neuron is reported. Output is directed to the screen. Usage for LVQ is: LVQ TRAININGFILE [TESTFILE] Specification of a test file is optional. The format of both the training and the test file is: NumPatterns - Number of patterns (int) SizeVector - Size of vector (int) NumClasses - Number of classes (int) vect[1,1] ... vect[1,SizeVect] - pattern vector 1 (real) vect[2,1] ... vect[2,SizeVect] - pattern vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - pattern vector N (real) Class - Desired/Expected class membership To compile: ICC LVQ.CPP 

近期下载者

相关文件


收藏者