How do I implement feature extraction using time-frequency analysis

조회 수: 4 (최근 30일)
Cai Chin
Cai Chin 2020년 12월 30일
답변: Vinayak Choyyan 2022년 10월 12일
Hi, I am trying to train a LSTM neural network to classify time-dependent 2-dimensional input signals derived from ECG's. I have used this example to train the network on raw data first but this took about an hour with a 77% classification accuracy. The example suggests using time-frequency analysis for feature extraction to speed up the training process and improve accuracy but this involves altering the method for one-dimensional data:
Is there any way of doing this feature extraction using 2-dimensional input signals. If not this method of feature extraction, is there another method for feature extraction that might be more suitable?
Any suggestions would be greatly appreciated, thanks in advance.

답변 (1개)

Vinayak Choyyan
Vinayak Choyyan 2022년 10월 12일
Hi,
As per my understanding, you have a 2-dimensional data from an ECG that you are trying to pass through an LSTM network. You are also trying to apply feature extraction to improve the accuracy and decrease training time.
You could try dimensionality reduction methods on your data to reduce the 2-dimensional data into 1-dimensional data. This will generate a 1-dimensional data which approximates your 2-dimensional data. You can read more about the available dimensionality reduction functions in MATLAB here Dimensionality Reduction and Feature Extraction - MATLAB & Simulink - MathWorks India.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by