I have 100 matrices each of dimension [200*8000] which forms my final input matrix of dimension [200*800000]. My Target(Output) matrix is of dimension[1*100] i.e. for each input matrix of dimension [200*8000] I have output of [1*1]. I used Neural fitting toolbox (nftool) of MATLAB but it was giving me error by saying " Data selections have different number of samples ". So I want to know how to build mapping between input and output so later on I will give new input to that mapping to get new output?

Similar questions and discussions