Neural Network Toolbox weighting value

 Risposta accettata

Greg Heath
Greg Heath il 28 Ott 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 Commenti

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

Accedi per commentare.

Più risposte (1)

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

1 Commento

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

Accedi per commentare.

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by