필터 지우기
필터 지우기

How to use learning functions of neural network toolbox ?

조회 수: 1 (최근 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 CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by