I need to create a predictive model of idle TV channel for cognitive radio. The data is in excel sheet. I need Matlab r2010a code to import the data into matlab and use genetic algorithm to optimize the neural network.
the attached data has one of various TV channels as target (representing a channel as 1, 2, etc). The input data are; Time Slot, AM/PM (represented by 1 or 0), Day of the week (represented as 1 or 2 etc. alternatively, for day of week, i can encode monday as 1,0,0,0,0,0,0 and tuesday as 0,1,0,0,0,0,0).