CHAPT10
VQ 

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:61KB
下载次数:11
上传日期:2005-11-23 16:28:14
上 传 者0011
说明:  神经网络模式识别及其实现,第10章 内含:ART 和VQ 算法。 终于上传完,本来想一次性发上来的,但结果失败了,只好一个一个发。
(pattern recognition and neural network to achieve, Chapter 10 consisting of : ART algorithm and VQ. Finally upload End, originally wanted onto a one-time, but the result of the failure, but a one-fat.)

文件列表:
CHAPT10\ART\ART.CPP (10209, 1995-08-27)
CHAPT10\ART\ART.EXE (47888, 1995-08-27)
CHAPT10\ART\ART001.DAT (236, 1994-12-27)
CHAPT10\ART\ART001.OUT (3170, 1995-08-27)
CHAPT10\ART\ART002.DAT (236, 1994-12-27)
CHAPT10\ART\ART002.OUT (3846, 1995-08-27)
CHAPT10\ART (0, 2005-11-23)
CHAPT10\VQ\VQ.CPP (13309, 1995-08-27)
CHAPT10\VQ\VQ.EXE (54064, 1995-08-27)
CHAPT10\VQ\VQ1.DAT (121, 1994-12-28)
CHAPT10\VQ\VQ1.OUT (4522, 1995-08-27)
CHAPT10\VQ\VQ2.DAT (121, 1994-12-28)
CHAPT10\VQ\VQ2.OUT (4050, 1995-08-27)
CHAPT10\VQ\VQ3.DAT (125, 1994-12-29)
CHAPT10\VQ\VQ3.OUT (3885, 1995-08-27)
CHAPT10\VQ (0, 2005-11-23)
CHAPT10 (0, 2005-11-23)

This directory contains code implementing Vector Quantization. Source code may be found in VQ.CPP. Sample data isfound in VQ1.DAT, VQ2.DAT AND VQ3.DAT. Program output can be found in VQ1.OUT, VQ2.OUT AND VQ3.OUT.The VQ program accepts input consisting of vectors and calculates the corresponding cluster centers. Output is directed both to the screen and to the specified destination file. Usage for VQ is: VQ SOURCEFILE DESTINATIONFILE The format of the source file is: NPat - Number of patterns to be processed (int) SizeVect - Size of the vectors to be processed (int) Threshold - Max dist permitted between cluster centers(real) vect[1,1] ... vect[1,SizeVect] - Pattern definitions (real) vect[2,1] ... vect[2,SizeVect] " " . . " " . . " " . . " " vect[NPat,1] ... vect[NClust,SizeVector] " " To compile: ICC VQ.CPP 

近期下载者

相关文件


收藏者