I tried to apply PCA for neural network study .For training and testing data, i used the below syntax and given the output of pca
Training data is 576*10 double matrix ,
Testing data is 144*10 double matrix.
When i used the above syntax, it reduced both matrices to 10*10 double.So after performing the neural network analysis, i am getting the predicted forecasted matrix also 10*10 double.How can i reverse the values matching to the input data and plot it against time.
Kindly help
0 Comments
Sign in to comment.