photo

Muhammad Kundi


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
29,950
of 300,331

声誉
1

贡献数
5 个提问
0 个回答

回答接受率
80.0%

收到投票数
1

排名
 of 20,920

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

6 years 前 | 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(...

6 years 前 | 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 ...

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 10 个回答 | 1

10

个回答