photo

Imran Babar


Universiti Teknologi Malaysia

2013 年からアクティブ

Followers: 0   Following: 0

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

統計

MATLAB Answers

4 質問
3 回答

ランク
67,595
of 300,759

評判
0

コントリビューション
4 質問
3 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Answer

バッジを表示

Feeds

表示方法

質問


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

12年以上 前 | 1 件の回答 | 0

1

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

質問


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

12年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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...

12年以上 前 | 0

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

12年以上 前 | 0

回答済み
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...

12年以上 前 | 0