Feature Extraction using deep autoencoder
20 views (last 30 days)
Show older comments
I have filtered my ecg signal of 108000*1 length and then divided into blocks using window size of 64 samples each. Now i need to extract feature from each window using deep autoencoder in MATLAB. any help or idea how can i perform this? Thanks in advance.
0 Comments
Answers (1)
BERGHOUT Tarek
on 11 Apr 2019
1) you must create a data set of this windows , dataset =[window1;window2; window3 ...................].
2) train these dataset with an AES.
3) the hidden layer will be your new extructed dataset;
1 Comment
Shankar Parmar
on 4 Mar 2022
Sir,
How can I extract this Hidden Layer in MATLAB using
trainAutoencoder command.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!