Neural Network Toolbox weighting value

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

 採用された回答

Greg Heath
Greg Heath 2013 年 10 月 28 日

0 投票

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 件のコメント

Mohamad Aulady
Mohamad Aulady 2013 年 10 月 28 日
Can you give some link to find your some design (greg configure)
Thanks for helping me
Greg Heath
Greg Heath 2013 年 10 月 29 日
You can search on
greg configure
just as well as me.
Greg

サインインしてコメントする。

その他の回答 (1 件)

Greg Heath
Greg Heath 2013 年 10 月 27 日

0 投票

Is this what you mean
y = B2 + LW*tanh(B1+IW*x)
?

1 件のコメント

Mohamad Aulady
Mohamad Aulady 2013 年 10 月 27 日
i means the initial value of IW and LW, how we can define it manually?

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

質問済み:

2013 年 10 月 26 日

コメント済み:

2013 年 10 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by