Muhammad Kundi
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
30 169
of 295 569
RÉPUTATION
1
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
1
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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(...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 5 ans il y a | 10 réponses | 1