Kohonen-SOFM

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:29KB
下载次数:10
上传日期:2011-06-20 10:20:22
上 传 者fanyanwei2010
说明:  Kohonen的SOFM(自组织特征映射)源程序
(Kohonen' s SOFM (self-organizing feature map) source)

文件列表:
Kohonen的SOFM(自组织特征映射)源程序\SOFM\SOFM.CPP (6914, 1995-08-26)
Kohonen的SOFM(自组织特征映射)源程序\SOFM\SOFM.EXE (50752, 1995-08-26)
Kohonen的SOFM(自组织特征映射)源程序\SOFM\SOFMSAMP.PAT (150, 1995-01-15)
Kohonen的SOFM(自组织特征映射)源程序\SOFM (0, 2011-06-20)
Kohonen的SOFM(自组织特征映射)源程序 (0, 2011-06-20)

This directory contains code implementing the Kohonen self organizing feature map network. Source code may be found in SOFM.CPP. Sample data is found in SOFMSAMP.PAT. The SOFM program accepts input consisting of vectors and calculates the weights. Output is directed to the screen. Usage for SOFM is: SOFM 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 SOFM.CPP 

近期下载者

相关文件


收藏者