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 답변

순위
218,575
of 300,765

평판
0

참여
4 질문
3 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
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