How to use learning functions of neural network toolbox ?

6 ビュー (過去 30 日間)
Mohan
Mohan 2012 年 9 月 27 日
回答済み: Greg Heath 2014 年 5 月 1 日
Is it possible to find the weight matrix dW with limited input parameters ?
for example,
in using learnh ( hebb learning function ),
dW = learnh(W,P,[],[],[],T,[],[],[],[],LP,[])
W = [ 0 0 ]; P= [ 2 2 ; 3 3]; T = [ 1 1 ];
Why am I not getting dW ? Is it mandatory to have all the parameters or is it enough to have some parameters alone ?
Please help.
Thank you for your future reply and future time.
  1 件のコメント
Dabira
Dabira 2014 年 4 月 30 日
I have a similar problem. My inputs are defined and limited but I am getting an error

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

採用された回答

Greg Heath
Greg Heath 2014 年 5 月 1 日
According to both
help learnh
and
doc learnh
dW = learnh([],P,[],[],A,[],[],[],[],[],LP,[])
calculates
dW = LP.lr*A*P'
Go back and read the help and doc documentation.
Hope this helps.
Thank you for formally acceptingmy answer
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by