Reducing the number of features
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Cris LaPierre
el 20 de Mzo. de 2021
Editada: Cris LaPierre
el 20 de Mzo. de 2021
You may find this video from our Data Processing and Feature Engineering course on Coursera (and perhaps the entire course) helpful.
0 comentarios
Image Analyst
el 20 de Mzo. de 2021
The simplest way might be to use PCA. A demo is attached (for a completely different situation though).
5 comentarios
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!