photo

Muhammad Kundi


Last seen: 대략 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


solving problem for gradient descent
hi, I am trying to solve the following question using gradient descent method.\ . I wrote the following code but its giving e...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


solving Non Linear optimization problem with fmincon
hi, I am trying to solve the following problem I have written the following code for this. objfun = @(x) (x(1)^2 -6*x(1)+x(...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Equality constraint in quadratic programming
hi, I have written the following code: Q=[2 1 0;1 4 0 ; 1 0 6]; c=[1;-2 ;4]; A=[3 4 -2; 3 -2 -1]; b =[10; -2]; Aeq = [2 3 ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


how to solve equation without values
hi, I just want to solve the following equation. Just the simplified form without values. I mean I just want to do the followi...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to compute Cost function for linear regression
Hi, I am trying to compute cost function I am using the following code: function J = computeCost(X, y, theta) %COMPUTECOS...

대략 5년 전 | 답변 수: 10 | 1

10

답변