How to use Principal Component Analysis to reduce feature space?
Show older comments
I have collected 23 statistical features for each sample image(1 variable with dimension 800 by 23), to perform training with Neural network. I want to use Principal Component Analysis to reduce the numbers of features in my problem. when i get variance component from princomp function, it give a value of 99.1 for 1st componetnt/feature (for all examples). What does it mean? How can i use PCA to understand which features are good and which are not?
Accepted Answer
More Answers (0)
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!