winston
Technical University of Kenya
自 2013 起处于活动状态
Followers: 0 Following: 0
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 years 前 | 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...
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 years 前 | 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 years 前 | 2 个回答 | 0
