Muhammad Kundi
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
30 155
of 295 486
REPUTATION
1
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
1
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ungefär 5 år ago | 2 answers | 0
2
answersQuestion
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(...
ungefär 5 år ago | 1 answer | 0
1
answerQuestion
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 ...
ungefär 5 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 5 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 5 år ago | 10 answers | 1