Classification using neural network after applying pca to my data.
显示 更早的评论
I have a 192x1750 feature matrix, that is 192 features and 1750 samples. If i apply pca on this matrix, I get a 192x192 matrix. Now I am not sure how to classify this using neural network. I have 5 classes and my target vectors are of the form [1,0,0,0,0]. After doing pca, I am unsure on how to make my target matrix for correct classification using NN. My target vector before doing pca was 5x1750.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!