photo

Imran Babar


Universiti Teknologi Malaysia

Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Doctoral Candidate at Department of Software Engineering Universiti Teknologi Malaysia Johor Skudai Malaysia. Professional Interests: Artificial Intelligence, Matlab, ASP.Net, C#, AJAX

Statistica

MATLAB Answers

4 Domande
3 Risposte

RANK
168.520
of 300.364

REPUTAZIONE
0

CONTRIBUTI
4 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Popup Menu problem in accessing the string
I am using a popup menu that is populated with numbers 0-3 but when I access the numbers it returns the value instead of the str...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


BP Algorithm Efficiency problem
I have written a BP algorithm for Training, Validation and Testing data at the same time but it is very slow and not efficient. ...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


Question about Training, Validation and Testing Data
Hi good day to all. My question is I have written a matlab code for BP MLP. I want to use this code for Training, Validation and...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Domanda


Issue of Regression when in training set there are multiple inputs and in target data only one ouput
Hi I have a data of 649 patterns and with 31 inputs in 1 pattern and with 1 output only how I will draw the regression plot. Tho...

oltre 12 anni fa | 0 risposte | 0

0

risposte

Risposto
Is it Possible to extract Regression equation of the Regression Plots in Neural Network Toolbar
Hi I have a data of 649 patterns and with 31 inputs in 1 pattern and with 1 output only how I will draw the regression plot. Tho...

oltre 12 anni fa | 0

Risposto
Normalizing data for neural networks
mu_input=mean(trainingInput); std_input=std(trainingInput); trainingInput=(trainingInput(:,:)-mu_input(:,1))/std_input(:,1); ...

oltre 12 anni fa | 0

Risposto
Back propagation algorithm of Neural Network : XOR training
Dear sir I want to use the same code for the following data set Input dataset=[1 1 1 2;1 1 2 2;1 2 2 2; 2 2 2 2] Output=[5 6...

oltre 12 anni fa | 0