autoasszciationlayerthe

所属分类:生物医药技术
开发工具:C/C++
文件大小:31KB
下载次数:0
上传日期:2018-11-21 22:33:28
上 传 者Czeqar
说明:  线性联想记忆算法:单层的前馈网络,例子能够实现自联想功能
(Linear associative memory algorithm: single layer feedforward network, example can realize the function of autoassociation)

文件列表:
qLAM.CPP (4841, 2001-02-17)
LAM.EXE (58412, 2001-02-17)
SAMPLE.RES (8165, 2001-02-17)
SAMPLE.TRN (155, 2001-02-17)
SAMPLE.TST (226, 2001-02-17)

This directory contains code implementing the linear associative memory. Source code may be found in LAM.CPP. Sample training and test files are SAMPLE.TRN and SAMPLE.TST respectively. LAM accepts training and test inputs, displays calulation of the weights and thresholds, and performs retrievals on the test data. Output is directed to the screen. Usage for LAM is: LAM TRAINING_FILE TEST_FILE Training file format is: NumPatterns - Number of patterns NumNeurons - Number of neurons V1 V2 ...Vn - Pattern vector (each V is 0/1) . . . . . . V1 V2 ...Vn Test file format is: NumPatterns - Number of patterns V1 V2 ...Vn - Pattern vector (each V is 0/1) . . . . . . V1 V2 ...Vn To compile LAM: ICC LAM.CPP 

近期下载者

相关文件


收藏者