SOFM

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:28KB
下载次数:157
上传日期:2007-08-30 21:15:06
上 传 者deepu
说明:  SOFM神经网络的 c++源程序 可用于遥感图像分类
(SOFM neural network c++ Source can be used for remote sensing image classification)

文件列表:
SOFM.CPP (6914, 1995-08-26)
SOFM.EXE (50752, 1995-08-26)
SOFMSAMP.PAT (150, 1995-01-15)

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 

近期下载者

相关文件


收藏者