photo

winston


Technical University of Kenya

2013년부터 활동

Followers: 0   Following: 0

메시지

I am an academic staff in Department of Electrical Engineering and doing a PhD about prediction of idle channels by cogitive radio using ANN
Professional Interests: Research in Cogitive Radio predictive engine

통계

MATLAB Answers

2 질문
1 답변

순위
66,018
of 301,447

평판
0

참여
2 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,284

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,609

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Matlab r2010a code for NN Optimized by Genetic algorithm
Hi Greg, I am exploring the viability of predicting idle TV channels to be used by the mostly-overwhelmed cellular networks in ...

거의 13년 전 | 답변 수: 0 | 0

0

답변

답변 있음
I am using matlab r2010a to design a neural network to model 13,440 samples of numeral data of 3 input variables and 1 target. When i try to train, i get the following message;Targets are incorrectly sized for network. Matrix must have 3 columns
I just discovered where i was going wrong! To transpose, the apostrophe on the laptop keyboard is not recognizable by Matlab. I...

대략 13년 전 | 0

질문


I am using matlab r2010a to design a neural network to model 13,440 samples of numeral data of 3 input variables and 1 target. When i try to train, i get the following message;Targets are incorrectly sized for network. Matrix must have 3 columns
The following is the code i have used; Data_Inputs = xlsread('tvdiary10080.xlsx'); Testing_Data = xlsread('tvdiary3360.xlsx...

대략 13년 전 | 답변 수: 2 | 0

2

답변