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