Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

self organizing map in matlab

Status
Not open for further replies.

elaf sabah

Newbie level 3
Joined
Feb 19, 2011
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
hi
i have a program that classify an input consist of 1460 or less number by using self organize map in mat lab and my problem that using the flowing instructions are give different result in classification result each time and my project required the same result :
net=newsom(pp,[8 12],'gridtop','mandist');
net.trainParam.epochs =1;
LP.init_neighborhood=4;
net.trainParam.goal = 0.1;
%net = newsom (pp,[8 12],'gridtop','mandist')
[net]=train(net,pp);

pleas help me!!!!!!!!!!!!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top