why gradient and diff return many values?

조회 수: 1 (최근 30일)
huda nawaf
huda nawaf 2021년 3월 7일
댓글: huda nawaf 2021년 3월 7일
hello,
I need use the derivatives for example in loss function is J(w,b) such that find
w=w-α * (∂J/ ∂w)
when I used diff or gradient I have many values, In fact I need only one value represent (∂J/ ∂w).
Please, can one help me to provide me with that command.
Thanks in advance
  댓글 수: 4
dpb
dpb 2021년 3월 7일
How well it would work or even be reasonable would be entirely dependent upon the problem characteristics but one could try mean(gradient()) to get an average to reduce a vector to one value.
huda nawaf
huda nawaf 2021년 3월 7일
@ Jan
In fact I just need compute the derivative, and I know when compute the derivative for one variable I shoud get one value.
that is mean I did not use the right command. I want to calculate the derivative for one variable respect to functionnd

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by