how can we train Deep Neural Network analysis for classify signals on a dataset on a 2D signal obtained from decomposition of a signal
1 次查看(过去 30 天)
显示 更早的评论
I have obtained 2D Signals for each signal in dataset post decomposition.
Need some method to tryout classification of these signals
0 个评论
回答(1 个)
Sahil Jain
2021-9-3
Hi. To train 2D signals, you can treat it as a 3D matrix of shape "1 x A x 2" where "A" is the length of your signal. The 2 different components of your signal will be treated similar to the 3 different channels in an RGB image. After transforming your data, standard neural networks can be used for classification. For more information on how to train neural networks in MATLAB, refer to the "Get Started with Deep Learning Toolbox" page.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!