Reducing the number of features

조회 수: 4 (최근 30일)
Serra Aksoy
Serra Aksoy 2021년 3월 20일
댓글: Serra Aksoy 2021년 3월 29일
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.

답변 (2개)

Cris LaPierre
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.

Image Analyst
Image Analyst 2021년 3월 20일
The simplest way might be to use PCA. A demo is attached (for a completely different situation though).
  댓글 수: 5
Image Analyst
Image Analyst 2021년 3월 29일
Maybe stepwise regression?
Serra Aksoy
Serra Aksoy 2021년 3월 29일
Thank you, I'll try to apply it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by