Reducing the number of features
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone.
I have 300 samples and each sample has 5000 features, so my matrix has 300 rows and 5000 columns.
I need to reduce the number of columns with using best features.
How can i determine the best features? What are the options that i can try to do this for getting successful classification accuracy rate?
Thanks in advance.
0 件のコメント
回答 (2 件)
Cris LaPierre
2021 年 3 月 20 日
編集済み: Cris LaPierre
2021 年 3 月 20 日
You may find this video from our Data Processing and Feature Engineering course on Coursera (and perhaps the entire course) helpful.
0 件のコメント
Image Analyst
2021 年 3 月 20 日
The simplest way might be to use PCA. A demo is attached (for a completely different situation though).
5 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!