KOHONEN

所属分类:人工智能/神经网络/深度学习
开发工具:C/C++
文件大小:31KB
下载次数:4
上传日期:2005-10-09 13:14:49
上 传 者JackyMey
说明:  Kohonen模型结构:它是受视网膜皮层的生物功能的启发而提出的。
(Kohonen model structure : it is subject to retinal cortex of the biological function inspired by.)

文件列表:
KNET.CPP (5585, 2001-02-17)
KNET.EXE (50032, 2001-02-17)
KNETSAMP.OUT (45124, 2001-02-17)
KNETSAMP.PAT (150, 2001-02-17)

This directory contains code implementing the Kohonen network. Source code may be found in KNET.CPP. Sample data isfound in KNETSAMP.PAT. Program output can be found in KNETSAMP.OUT.The KNET program accepts input consisting of vectors and calculates the weights, thus identifying the cluster centers. Output is directed to the screen. Usage for KNET is: KNET SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KNET.CPP 

近期下载者

相关文件


收藏者