필터 지우기
필터 지우기

How to use classification after PCA(dimensionality reduction)

조회 수: 2 (최근 30일)
Kong
Kong 2020년 3월 25일
댓글: Kong 2020년 4월 17일
Hello.
I want to classify videos.
The original data : 25290 x 25
After applying dimensionality reduction like PCA, I got this data.
The reduced data : 2 x 25
Is it resonable to use these reduced data for classification?
I got low accuracy of classification. Could you give some ideas to solve it?

채택된 답변

Shishir Singhal
Shishir Singhal 2020년 4월 9일
Don't use PCA for dimentionality reduction or feature selection in case of videos or images. Instead use some feature extraction techniques in images like HOG features, sift features, optical flow(for videos), etc. Since the datapoints are very less(assuming 25 datapoints), you could use some data augementation techniques for videos.
For example, crop some random sequence from the video for temporal augmentation then use Image augmentation for each frame.
For Image augmentation, you can refer to documentation here: https://www.mathworks.com/help/deeplearning/ref/imagedataaugmenter.html
Hope it helps !!! :)

추가 답변 (0개)

카테고리

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