photo

Muhammad Kundi


Last seen: oltre 5 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
0 Risposte

RANK
29.950
of 300.321

REPUTAZIONE
1

CONTRIBUTI
5 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
80.0%

VOTI RICEVUTI
1

RANK
 of 20.913

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.093

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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(...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 6 anni fa | 10 risposte | 1

10

risposte