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.

MATLAB Neural network TOOLBOX HELP

Status
Not open for further replies.

sanjay

Full Member level 1
Joined
Jul 4, 2003
Messages
98
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,012
Hi all,

Just a very basic question...
I am training my designed network using, TRAINLM method (levenberg marquadt method), but as it allows one value to adjust (mu)...

Would we still require the value of the learning rate and the momentum..the reason why I ask this is because, when I look at

net.inputWeights{1}.learnParam
I get two values shown namely the learning rate and the momentum, like this

net.inputWeights{1}.learnParam

ans =

lr: 0.0100
mc: 0.9000

So, do these values play a part... seeing the equation for levenberg marquadt.. requires only MU which one can adjust using net.trainParam

Suggestions, thoughts, feedbacks would be appreciated :)

Regards
 

I was able to set other parameters as well. But I have used the GUI of the NN Toolbox. Maybe you should do the same. Or you can ry to find out what the function name of the other parameter settingsd is. Of course, maybe that not help much, but at least you know that through GUI it is possible to do it.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top