Neural Network Toolbox weighting value

How to define weighting value manually in matlab neural network toolbox?
Thanks

 Accepted Answer

Greg Heath
Greg Heath on 28 Oct 2013
Typically, all of the functions are automatically intialized with random intial weights in train or configure. A major exception is newrb which chooses the training vector with the highest error on a linear classifier (H=0).
See some of my designs by searching on
greg configure
Note that you must use configure before train when designing multiple nets in a loop.
Hope this helps.
Thank you for formally accepting my answer
Greg

2 Comments

Can you give some link to find your some design (greg configure)
Thanks for helping me
You can search on
greg configure
just as well as me.
Greg

Sign in to comment.

More Answers (1)

Greg Heath
Greg Heath on 27 Oct 2013
Is this what you mean
y = B2 + LW*tanh(B1+IW*x)
?

1 Comment

i means the initial value of IW and LW, how we can define it manually?

Sign in to comment.

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!