필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to get the step size by steepest-descent method in Matlab?(Updating the step size simultaneously)

조회 수: 1 (최근 30일)
I want to optimization parameters of Gaussian membership function with steepest-descent method in iterative process. Unfortunately, I can’t define the parameters of step size because of the changeable number of the parameter with different data set. How to get the step size of steepest-descent method by one-dimensional linear search is a current problem for me. What’s more, how to update the step size simultaneously if the object function consists of N Gaussian function? (N is a variable and decided by your data set.) Looking forward to your guidance!
f=exp(-(x1-mul1)^2/(2*sigma1^2))*exp(-(x2-mul2)^2/(2*sigma2^2))*…*exp(-(xN-mulN)^2/(2*sigmaN^2)); Where X(X=[x1,x2,…,xN]) is obtained from input, so we can think X is a known data set. Mul and sigma are parameters, which are objections improved by steepest-descent method.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by